:root {
    --bg: #f2f3f5;
    --bg-soft: #f8f8f9;
    --ink: #0d1118;
    --muted: #646b75;
    --muted-2: #9298a0;
    --line: rgba(13, 17, 24, .15);
    --line-strong: rgba(13, 17, 24, .28);
    --gold: #a88438;
    --ease: cubic-bezier(.22, 1, .36, 1)
}

* {
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

html {
    background: var(--bg)
}

body {
    margin: 0;
    overflow: hidden;
    color: var(--ink);
    background: radial-gradient(circle at 74% 34%, rgba(255, 255, 255, .97), rgba(242, 243, 245, .9) 38%, rgba(230, 233, 237, .97) 100%);
    font-family: Inter, "Helvetica Neue", Arial, "Noto Sans KR", sans-serif;
    -webkit-font-smoothing: antialiased
}

button,
a {
    font: inherit;
    color: inherit
}

button {
    cursor: pointer
}

.noise {
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
    opacity: .04;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E")
}

.ambient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    transition: transform 1.6s var(--ease)
}

.ambient__line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(13, 17, 24, .07), transparent);
    height: 1px;
    width: 46vw;
    transform: rotate(-34deg)
}

.ambient__line--1 {
    right: -7vw;
    top: 18%
}

.ambient__line--2 {
    right: 3vw;
    top: 53%;
    opacity: .58
}

.ambient__line--3 {
    right: -16vw;
    top: 78%;
    opacity: .38
}

.ambient__glow {
    position: absolute;
    width: 42vw;
    height: 42vw;
    right: 3vw;
    top: 13vh;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .74), transparent 67%);
    filter: blur(18px)
}

.topbar {
    position: fixed;
    z-index: 50;
    left: 42px;
    right: 42px;
    top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0
}

body.is-ready .topbar {
    animation: fadeIn .8s var(--ease) 1.95s forwards
}

.brand-mini {
    border: 0;
    background: none;
    padding: 0;
    line-height: 0
}

.brand-mini__logo {
    display: block;
    width: 208px;
    height: auto
}

.topbar__meta {
    font-family: "Sora", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .38em;
    color: var(--muted)
}

.rail {
    position: fixed;
    z-index: 60;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    opacity: 0
}

body.is-ready .rail {
    animation: fadeIn .8s var(--ease) 2.15s forwards
}

.rail__line {
    position: absolute;
    top: -40px;
    bottom: -40px;
    width: 1px;
    background: var(--line);
    z-index: -1
}

.rail__item {
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent
}

.rail__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(242, 243, 245, .82);
    border: 1px solid rgba(13, 17, 24, .07);
    transition: .35s var(--ease)
}

.rail__icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4
}

.rail__item.is-active .rail__icon {
    color: #fff;
    background: var(--ink);
    transform: scale(1.05)
}

@media (hover:hover) and (pointer:fine) {
    .rail__item:hover .rail__icon {
        color: #fff;
        background: var(--ink);
        transform: scale(1.05)
    }
}

.rail__label {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    font-size: 9px;
    letter-spacing: .18em;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

@media (hover:hover) and (pointer:fine) {
    .rail__item:hover .rail__label {
        opacity: 1;
        transform: translateY(-50%)
    }
}

.rail__index {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    writing-mode: vertical-rl;
    font-size: 8px;
    letter-spacing: .12em;
    color: var(--muted)
}

.rail__index i {
    height: 26px;
    width: 1px;
    background: var(--line-strong)
}

.stage,
.panel {
    position: fixed;
    inset: 0
}

.panel {
    padding: 116px 5.5vw 70px 10vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(26px) scale(.995);
    filter: blur(8px);
    transition: opacity .72s var(--ease), transform .72s var(--ease), filter .72s var(--ease), visibility 0s .72s;
    overflow: hidden
}

.panel.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    transition-delay: .1s, .1s, .1s, 0s
}

.hero {
    position: absolute;
    left: 13vw;
    top: 50%;
    transform: translateY(-50%);
    width: 78vw
}

.hero__title {
    margin: 0;
    max-width: 100%;
    font-family: "Sora", sans-serif;
    font-size: clamp(64px, 8.4vw, 132px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: .17em;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(42px) scale(.985);
    filter: blur(10px);
    clip-path: inset(0 100% 0 0)
}

body.is-ready .hero__title {
    animation: wordmarkIn 1.45s var(--ease) .52s forwards
}

@keyframes wordmarkIn {
    0% {
        opacity: 0;
        transform: translateY(42px) scale(.985);
        filter: blur(10px);
        clip-path: inset(0 100% 0 0)
    }

    35% {
        opacity: 1;
        filter: blur(3px)
    }

    100% {
        opacity: 1;
        transform: none;
        filter: blur(0);
        clip-path: inset(0)
    }
}

.hero__eyebrow {
    margin: 28px 0 0 3px;
    font-size: 11px;
    letter-spacing: .34em;
    color: var(--muted);
    opacity: 0;
    transform: translateY(12px)
}

body.is-ready .hero__eyebrow {
    animation: fadeUp .9s var(--ease) 1.45s forwards
}

.hero__enter {
    margin-top: 64px;
    padding: 0;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 10px;
    letter-spacing: .2em;
    opacity: 0;
    transform: translateY(10px)
}

body.is-ready .hero__enter {
    animation: fadeUp .8s var(--ease) 1.78s forwards
}

.hero__enter-line {
    width: 54px;
    height: 1px;
    background: var(--ink);
    transition: width .4s var(--ease)
}

.hero__enter:hover .hero__enter-line {
    width: 86px
}

.hero__enter-arrow {
    font-size: 14px;
    transition: transform .4s var(--ease)
}

.hero__enter:hover .hero__enter-arrow {
    transform: translate(4px, -4px)
}

.hero__footnote {
    position: absolute;
    right: 42px;
    bottom: 40px;
    writing-mode: vertical-rl;
    font-size: 9px;
    letter-spacing: .28em;
    color: var(--muted);
    opacity: 0
}

body.is-ready .hero__footnote {
    animation: fadeIn 1s var(--ease) 2.45s forwards
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.section-shell {
    height: 100%;
    display: grid;
    align-items: center
}

.expertise-layout {
    grid-template-columns: minmax(300px, .76fr) minmax(560px, 1.36fr);
    gap: 8vw
}

.work-layout {
    grid-template-columns: minmax(275px, .62fr) minmax(650px, 1.55fr);
    gap: 6vw
}

.section-intro {
    align-self: center
}

.kicker {
    font-size: 10px;
    letter-spacing: .24em;
    color: var(--muted);
    margin-bottom: 20px
}

.section-purpose {
    margin: 0 0 25px;
    color: var(--gold);
    font-family: "Sora", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .23em
}

.section-intro h2,
.about-statement h2,
.contact-wrap h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(49px, 5.7vw, 94px);
    line-height: .96;
    font-weight: 500;
    letter-spacing: -.035em
}

.section-summary {
    max-width: 410px;
    margin: 34px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
    word-break: keep-all
}

.expertise-map {
    position: relative;
    border-top: 1px solid var(--line)
}

.expertise-map:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(var(--gold), var(--line) 22%, var(--line) 78%, transparent)
}

.expertise-item {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--line)
}

.expertise-item__motion {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    width: 100%;
    padding: 25px 0;
    transform: translate3d(0, 0, 0)
}

.expertise-item__no {
    position: relative;
    z-index: 1;
    font-size: 10px;
    letter-spacing: .16em;
    color: var(--gold)
}

.expertise-item__no:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--gold);
    background: var(--bg);
    transform: rotate(45deg)
}

.expertise-item h3 {
    margin: 0 0 9px;
    font-family: "Sora", sans-serif;
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 500
}

.expertise-item p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.72;
    word-break: keep-all
}

.expertise-item small {
    display: block;
    margin-top: 13px;
    font-size: 9px;
    letter-spacing: .16em;
    color: var(--muted-2)
}

.client-footprint {
    margin-top: 38px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    max-width: 410px
}

.client-footprint span {
    font-size: 8px;
    letter-spacing: .18em;
    color: var(--muted-2)
}

.client-footprint p {
    margin: 10px 0 0;
    font-family: "Sora", sans-serif;
    font-size: 9px;
    line-height: 1.8;
    letter-spacing: .08em
}

.work-browser {
    min-width: 0;
    height: min(680px, 75vh);
    display: grid;
    grid-template-columns: 155px 1fr;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.work-tabs {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--line)
}

.work-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    font-family: "Sora", sans-serif;
    font-size: 10px;
    letter-spacing: .13em;
    text-align: left;
    color: var(--muted);
    transition: .35s var(--ease)
}

.work-tab:last-child {
    border-bottom: 0
}

.work-tab span {
    font-size: 8px;
    color: var(--gold)
}

.work-tab:hover,
.work-tab.is-active {
    color: #fff;
    background: var(--ink);
    padding-left: 24px
}

.work-panels {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden
}

.work-panel {
    position: absolute;
    inset: 0;
    overflow: auto;
    padding: 30px 36px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition: .55s var(--ease)
}

.work-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: none
}

.work-panel__head {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line)
}

.work-panel__head>span {
    font-size: 8px;
    letter-spacing: .19em;
    color: var(--gold)
}

.work-panel__head h3 {
    max-width: 760px;
    margin: 12px 0 10px;
    font-family: "Sora", sans-serif;
    font-size: clamp(23px, 2.2vw, 34px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.02em
}

.work-panel__head p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.72
}

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

.experience-list li {
    display: grid;
    grid-template-columns: 92px 1fr auto;
    gap: 20px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--line)
}

.experience-list li:last-child {
    border-bottom: 0
}

.experience-list time {
    padding-top: 3px;
    font-family: "Sora", sans-serif;
    font-size: 9px;
    letter-spacing: .08em;
    color: var(--gold)
}

.experience-list strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600
}

.experience-list p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.72;
    word-break: keep-all
}

.experience-list em {
    padding-top: 3px;
    font-style: normal;
    font-size: 8px;
    letter-spacing: .12em;
    color: var(--muted-2);
    white-space: nowrap
}

.experience-note {
    margin: 18px 24px 0;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 24, 39, .12);
    font-size: 12px;
    line-height: 1.72;
    color: var(--muted);
    letter-spacing: -.01em
}

.about-layout {
    height: 100%;
    display: grid;
    grid-template-columns: minmax(390px, .85fr) minmax(620px, 1.35fr);
    gap: 8vw;
    align-items: center
}

.about-evidence {
    align-self: center
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.metrics article {
    min-height: 160px;
    padding: 22px;
    border-right: 1px solid var(--line)
}

.metrics article:last-child {
    border-right: 0
}

.metrics strong {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: clamp(42px, 4vw, 65px);
    font-weight: 500;
    line-height: 1;
    color: var(--ink)
}

.metrics span {
    display: block;
    margin-top: 17px;
    font-size: 8px;
    letter-spacing: .17em;
    color: var(--gold)
}

.metrics p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.55
}

.principles {
    margin-top: 34px
}

.principles article {
    display: grid;
    grid-template-columns: 130px minmax(180px, .9fr) 1.2fr;
    gap: 24px;
    padding: 19px 0;
    border-top: 1px solid var(--line);
    align-items: start
}

.principles article:last-child {
    border-bottom: 1px solid var(--line)
}

.principles span {
    font-size: 8px;
    letter-spacing: .14em;
    color: var(--gold)
}

.principles h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600
}

.principles p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all
}

.contact-wrap {
    position: absolute;
    left: 14vw;
    top: 50%;
    transform: translateY(-50%)
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 56px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--ink);
    text-decoration: none;
    font-size: clamp(20px, 2vw, 30px)
}

.contact-link span {
    transition: transform .35s var(--ease)
}

.contact-link:hover span {
    transform: translate(4px, -4px)
}

.contact-wrap>p:last-child {
    margin-top: 34px;
    color: var(--muted);
    font-size: 14px
}

.contact-footer {
    position: absolute;
    left: 14vw;
    right: 42px;
    bottom: 38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 9px;
    letter-spacing: .18em;
    color: var(--muted)
}

.contact-footer__left,
.contact-footer__right {
    display: flex;
    flex-direction: column
}

.contact-footer__left {
    gap: 6px
}

.contact-footer__right {
    gap: 3px;
    text-align: right
}

.contact-footer__brand,
.contact-footer__since {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .28em
}

.contact-footer__identity,
.contact-footer__registration {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .08em
}

@media(max-width:1150px) {
    .panel {
        padding-left: 12vw
    }

    .expertise-layout,
    .work-layout,
    .about-layout {
        gap: 5vw
    }

    .work-layout {
        grid-template-columns: 260px 1fr
    }

    .work-browser {
        grid-template-columns: 125px 1fr
    }

    .work-panel {
        padding: 26px
    }

    .client-footprint {
        display: none
    }

    .about-layout {
        grid-template-columns: minmax(330px, .72fr) 1.28fr
    }

    .principles article {
        grid-template-columns: 105px 180px 1fr;
        gap: 16px
    }
}

@media(max-width:900px) {
    body {
        overflow: hidden
    }

    .topbar__meta,
    .hero__footnote {
        display: none
    }

    .topbar {
        left: 24px;
        right: 24px;
        top: 22px
    }

    .rail {
        left: 18px
    }

    .rail__label {
        display: none
    }

    .hero {
        left: 16vw;
        width: 76vw
    }

    .hero__title {
        font-size: clamp(56px, 8.6vw, 92px);
        letter-spacing: .14em
    }

    .panel {
        padding: 100px 6vw 70px 18vw;
        overflow: auto
    }

    .section-shell,
    .about-layout {
        height: auto;
        min-height: 100%;
        grid-template-columns: 1fr;
        gap: 50px;
        align-content: center
    }

    .section-intro h2,
    .about-statement h2,
    .contact-wrap h2 {
        font-size: clamp(48px, 11vw, 78px)
    }

    .section-summary {
        margin-top: 25px
    }

    .expertise-map {
        margin-bottom: 40px
    }

    .work-browser {
        height: 680px;
        grid-template-columns: 1fr;
        grid-template-rows: 72px minmax(0, 1fr)
    }

    .work-tabs {
        height: 72px;
        flex-direction: row;
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .work-tab {
        border-bottom: 0;
        border-right: 1px solid var(--line);
        padding: 10px;
        font-size: 8px
    }

    .work-tab:last-child {
        border-right: 0
    }

    .work-tab:hover,
    .work-tab.is-active {
        padding-left: 14px
    }

    .work-panel {
        padding: 25px
    }

    .about-evidence {
        padding-bottom: 40px
    }

    .contact-wrap {
        left: 18vw;
        width: 72vw
    }

    .contact-footer {
        left: 18vw
    }
}

@media(max-width:560px) {
    .brand-mini {
        display: none
    }

    .rail {
        top: auto;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        padding: 7px 10px;
        background: rgba(245, 246, 248, .76);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(13, 17, 24, .08);
        border-radius: 24px
    }

    .rail__line,
    .rail__index {
        display: none
    }

    .rail__item {
        width: 34px;
        height: 34px;
        -webkit-tap-highlight-color: transparent
    }

    .rail__item:not(.is-active) .rail__icon,
    .rail__item:not(.is-active):hover .rail__icon,
    .rail__item:not(.is-active):active .rail__icon,
    .rail__item:not(.is-active):focus .rail__icon {
        color: var(--ink);
        background: rgba(242, 243, 245, .82);
        transform: none
    }

    .rail__icon {
        width: 32px;
        height: 32px
    }

    .hero {
        left: 8vw;
        top: 47%;
        width: 86vw
    }

    .hero__title {
        font-size: clamp(38px, 11vw, 62px);
        letter-spacing: .1em
    }

    .hero__eyebrow {
        font-size: 8px;
        letter-spacing: .22em;
        line-height: 1.6
    }

    .hero__enter {
        margin-top: 30px
    }

    .panel {
        padding: 82px 7vw 96px
    }

    .section-shell,
    .about-layout {
        gap: 38px
    }

    .section-intro h2,
    .about-statement h2,
    .contact-wrap h2 {
        font-size: clamp(44px, 14vw, 66px)
    }

    .section-summary,
    .about-statement>p:last-child {
        font-size: 13px;
        margin-top: 22px
    }

    .expertise-item {
        grid-template-columns: 50px 1fr;
        padding: 20px 0
    }

    .expertise-map:before {
        left: 19px
    }

    .expertise-item__no:after {
        left: 15px
    }

    .expertise-item h3 {
        font-size: 21px
    }

    .expertise-item p {
        font-size: 12px
    }

    .work-browser {
        height: auto;
        min-height: 0;
        grid-template-rows: 62px auto;
        overflow: visible;
    }

    .work-tabs {
        height: 62px
    }

    .work-tab {
        font-size: 0;
        align-items: center;
        padding: 8px
    }

    .work-tab span {
        font-size: 9px
    }

    .work-panel {
        padding: 20px 16px
    }

    .work-panel__head h3 {
        font-size: 22px
    }

    .experience-list li {
        grid-template-columns: 70px 1fr;
        gap: 12px;
        padding: 16px 0
    }

    .experience-list em {
        display: none
    }

    .experience-list p {
        font-size: 11px;
        line-height: 1.7
    }

    .metrics {
        grid-template-columns: 1fr
    }

    .metrics article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px
    }

    .metrics article:last-child {
        border-bottom: 0
    }

    .metrics strong {
        font-size: 46px
    }

    .principles article {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 17px 0
    }

    .contact-wrap {
        left: 7vw;
        width: 86vw
    }

    .contact-footer {
        left: 7vw;
        right: 7vw;
        bottom: 82px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}

/* Responsive line-break refinement */
.copy-mobile {
    display: none;
}

.about-copy {
    max-width: 520px;
    margin-top: 34px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
    word-break: keep-all;
    overflow-wrap: normal;
}

.about-copy p {
    margin: 0;
}

/* 데스크톱 두 번째 문단 간격 */
.about-copy .copy-desktop:nth-of-type(3) {
    margin-top: 26px;
}

.work-panel__head h3,
.contact-message {
    word-break: keep-all;
    overflow-wrap: normal;
}

@media (max-width: 560px) {
    .copy-desktop {
        display: none;
    }

    .copy-mobile {
        display: block;
    }

    /* 모바일 두 번째 문단 간격 */
    .about-copy .copy-mobile:nth-of-type(4) {
        margin-top: 22px;
    }

    .work-panel__head h3 {
        font-size: clamp(20px, 5.45vw, 22px);
        line-height: 1.45;
        letter-spacing: -.035em;
    }

    .about-copy {
        margin-top: 22px;
        font-size: 13px;
        line-height: 1.9;
    }

    .contact-message {
        font-size: clamp(12.5px, 3.45vw, 14px) !important;
        line-height: 1.85;
        letter-spacing: -.015em;
    }
}

@media (max-width: 380px) {
    .work-panel {
        padding-left: 14px;
        padding-right: 14px;
    }

    .work-panel__head h3 {
        font-size: 20px;
    }

    .about-copy {
        font-size: 12.5px;
    }

    .contact-message {
        font-size: 12.5px !important;
    }
}

/* Mobile native document scroll layout */
@media (max-width: 560px) {
    html {
        height: auto;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        height: auto;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: auto;
        touch-action: pan-y;
    }

    .stage {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 100svh;
    }

    .panel {
        position: relative;
        inset: auto;
        display: none;
        width: 100%;
        height: auto;
        min-height: 100svh;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: none;
        filter: none;
        transition: none;
        touch-action: auto;
    }

    .panel.is-visible {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        filter: none;
    }

    .panel--home {
        min-height: 100svh;
    }

    #expertise .section-shell,
    #expertise .expertise-layout,
    #work .section-shell,
    #work .work-layout,
    #about .about-layout {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    #expertise .section-intro,
    #work .section-intro {
        width: 100%;
        margin-bottom: 38px;
        align-self: auto;
    }

    #expertise .expertise-map {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        margin-bottom: 0;
        overflow: visible;
        touch-action: auto;
    }

    #expertise .expertise-item,
    #expertise .expertise-item>* {
        touch-action: auto;
    }

    #expertise .expertise-item {
        transform: none;
        transition: none;
    }

    #expertise .expertise-item:hover,
    #expertise .expertise-item:active,
    #expertise .expertise-item:focus-within {
        padding-left: 0;
        transform: none;
    }

    .work-browser {
        height: auto;
        min-height: 0;
        grid-template-rows: 62px auto;
        overflow: visible;
    }

    .work-panels {
        position: relative;
        min-height: 0;
        overflow: visible;
    }

    .work-panel {
        position: relative;
        inset: auto;
        display: none;
        height: auto;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .work-panel.is-active {
        display: block;
    }
}

#expertise .expertise-item {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

#expertise .expertise-item__motion {
    transition: transform .32s var(--ease);
    will-change: transform;
}

#expertise .expertise-item h3,
#expertise .expertise-item p,
#expertise .expertise-item small,
#expertise .expertise-item__no,
#expertise .expertise-item__no::after {
    transition:
        color .32s var(--ease),
        border-color .32s var(--ease),
        background-color .32s var(--ease),
        opacity .32s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
    #expertise .expertise-item:hover .expertise-item__motion,
    #expertise .expertise-item:focus-within .expertise-item__motion {
        transform: translate3d(12px, 0, 0);
    }

    #expertise .expertise-item:hover h3,
    #expertise .expertise-item:focus-within h3 {
        color: var(--ink);
    }

    #expertise .expertise-item:hover p,
    #expertise .expertise-item:focus-within p {
        color: color-mix(in srgb, var(--ink) 68%, var(--muted));
    }

    #expertise .expertise-item:hover small,
    #expertise .expertise-item:focus-within small {
        color: color-mix(in srgb, var(--gold) 52%, var(--muted-2));
    }

    #expertise .expertise-item:hover .expertise-item__no::after,
    #expertise .expertise-item:focus-within .expertise-item__no::after {
        border-color: var(--gold);
        background-color: color-mix(in srgb, var(--gold) 10%, var(--bg));
    }
}

@media (hover: none) and (pointer: coarse) {
    #expertise .expertise-item__motion {
        transition: transform .22s var(--ease);
    }

    #expertise .expertise-item:active .expertise-item__motion {
        transform: translate3d(12px, 0, 0);
    }

    #expertise .expertise-item:active h3 {
        color: var(--ink);
    }

    #expertise .expertise-item:active p {
        color: color-mix(in srgb, var(--ink) 68%, var(--muted));
    }

    #expertise .expertise-item:active small {
        color: color-mix(in srgb, var(--gold) 52%, var(--muted-2));
    }

    #expertise .expertise-item:active .expertise-item__no::after {
        border-color: var(--gold);
        background-color: color-mix(in srgb, var(--gold) 10%, var(--bg));
    }
}
