:root {
    --ink: #101513;
    --ink-soft: #1d2521;
    --paper: #f2efe6;
    --paper-warm: #e6dfd1;
    --jade: #76a499;
    --jade-dark: #416c64;
    --coral: #ff7448;
    --line: rgba(16, 21, 19, 0.18);
    --sans: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    --serif: var(--sans);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
    background: var(--ink);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

body.menu-open,
body.dialog-open {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--coral);
    outline-offset: 4px;
}

a {
    color: inherit;
    text-decoration: none;
}

::selection {
    color: var(--paper);
    background: var(--jade-dark);
}

.mil-progress-track {
    position: fixed;
    z-index: 120;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: rgba(16, 21, 19, 0.12);
    pointer-events: none;
}

.mil-progress-track .mil-progress {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--coral);
    transform: scaleY(0);
    transform-origin: center top;
}

.intro {
    position: fixed;
    z-index: 200;
    inset: 0;
    color: var(--paper);
    background: var(--ink);
}

.intro.mil-hidden {
    pointer-events: none;
}

.mil-preloader-animation {
    position: relative;
    width: 100%;
    height: 100svh;
    opacity: 0;
}

.mil-preloader .mil-pos-abs {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mil-preloader .mil-pos-abs p {
    margin: 0;
    opacity: 0;
    font-size: clamp(32px, 4vw, 62px);
    font-weight: 300;
    letter-spacing: -0.05em;
}

.mil-preloader .mil-animation-1 p {
    margin-right: 18px;
}

.mil-preloader .mil-animation-1 p.is-strong {
    color: var(--jade);
    font-weight: 700;
}

.mil-reveal-frame {
    position: relative;
    padding: 4px 30px;
    overflow: hidden;
}

.mil-preloader .mil-reveal-frame p {
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 600;
    letter-spacing: 0.16em;
}

.mil-reveal-box {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    opacity: 0;
    background: var(--coral);
}

.cursor {
    position: fixed;
    z-index: 180;
    top: 0;
    left: 0;
    display: none;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--paper);
    background: var(--ink);
    opacity: 0.12;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease;
}

.cursor span {
    opacity: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    transform: scale(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cursor.is-view {
    width: 90px;
    height: 90px;
    opacity: 1;
    background: var(--coral);
}

.cursor.is-view span {
    opacity: 1;
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    z-index: 92;
    right: 34px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 15px 11px 18px;
    border: 1px solid rgba(16, 21, 19, 0.2);
    border-radius: 999px;
    background: rgba(242, 239, 230, 0.82);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
}

.back-to-top span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.back-to-top b {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--paper);
    background: var(--ink);
    font-weight: 400;
}

.brand-mark {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    width: 37px;
    height: 38px;
    flex: 0 0 auto;
    transform: rotate(-8deg);
}

.brand-mark i {
    position: relative;
    display: block;
    width: 9px;
    background: var(--ink);
    border-radius: 80% 10% 80% 10%;
    transform: skewY(-18deg);
}

.brand-mark i:nth-child(1) { height: 20px; }
.brand-mark i:nth-child(2) { height: 29px; }
.brand-mark i:nth-child(3) { height: 38px; }
.brand-mark--light i { background: var(--paper); }

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 94px;
    padding: 18px 5.2vw;
    transition: min-height 0.3s ease, color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
    min-height: 74px;
    color: var(--ink);
    border-bottom: 1px solid rgba(16, 21, 19, 0.1);
    background: rgba(242, 239, 230, 0.88);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.brand {
    position: relative;
    z-index: 102;
    display: flex;
    align-items: center;
    gap: 13px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.brand-copy small {
    margin-top: 7px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.site-nav {
    display: flex;
    margin-left: auto;
    margin-right: clamp(18px, 2.4vw, 38px);
    align-items: center;
    gap: clamp(24px, 3vw, 52px);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.site-nav a {
    position: relative;
}

.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta {
    padding: 11px 18px;
    border: 1px solid currentColor;
    border-radius: 999px;
    transition: color 0.25s ease, background 0.25s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    color: var(--paper);
    background: var(--ink);
}

.lang-toggle {
    position: relative;
    z-index: 102;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 72px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(16, 21, 19, 0.28);
    border-radius: 999px;
    color: currentColor;
    background: transparent;
    cursor: pointer;
}

.lang-toggle span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    opacity: 0.35;
    transition: opacity 0.25s ease;
}

.lang-toggle span.is-active { opacity: 1; }

.lang-toggle i {
    width: 1px;
    height: 12px;
    background: currentColor;
    opacity: 0.28;
}

.menu-toggle {
    position: relative;
    z-index: 102;
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.3s ease, top 0.3s ease;
}

.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 27px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }

.mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px 7vw 50px;
    color: var(--paper);
    background: var(--ink);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu__count,
.mobile-menu > p {
    color: rgba(242, 239, 230, 0.48);
    font-size: 11px;
    letter-spacing: 0.18em;
}

.mobile-menu__count { margin-bottom: 24px; }

.mobile-menu a {
    display: flex;
    align-items: baseline;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(242, 239, 230, 0.16);
    font-family: var(--serif);
    font-size: clamp(32px, 8vw, 56px);
}

.mobile-menu a b {
    font: inherit;
    font-weight: inherit;
}

.mobile-menu a span {
    font-family: var(--sans);
    font-size: 10px;
    opacity: 0.45;
}

.mobile-menu > p { margin-top: auto; }

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100svh;
    padding: 154px 8.4vw 44px;
    overflow: hidden;
    background: var(--paper);
}

.hero__atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.aura {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.9;
}

.aura--one {
    top: -20%;
    right: -8%;
    width: min(62vw, 860px);
    aspect-ratio: 1;
    background: radial-gradient(circle at 40% 60%, rgba(118, 164, 153, 0.5), rgba(118, 164, 153, 0) 66%);
}

.aura--two {
    left: 15%;
    bottom: -45%;
    width: min(44vw, 600px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 116, 72, 0.3), rgba(255, 116, 72, 0) 68%);
}

.wing {
    position: absolute;
    right: 15vw;
    top: 19vh;
    width: min(14vw, 210px);
    height: min(42vw, 560px);
    border: 1px solid rgba(16, 21, 19, 0.16);
    border-radius: 100% 0 100% 0;
    transform: rotate(48deg);
}

.wing--two {
    right: 6vw;
    top: 28vh;
    transform: rotate(57deg) scale(0.78);
}

.hero__eyebrow {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 13vw;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hero__title-wrap {
    position: relative;
    z-index: 1;
    margin: auto 0;
    padding: 7vh 0 5vh;
}

.hero h1 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(58px, 10.4vw, 168px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.075em;
}

.title-line {
    display: block;
}

.title-line--light {
    margin-left: 7.5vw;
    font-weight: 300;
}

.title-line--light em {
    display: inline-block;
    margin-right: 0.04em;
    color: var(--jade-dark);
    font-family: var(--sans);
    font-size: 0.29em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    transform: translateY(-1.2em) rotate(-5deg);
}

.hero__intro {
    width: min(440px, 38vw);
    margin: 34px 0 0 auto;
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: 1.9;
}

.hero__footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.round-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    padding: 0;
    border: 1px solid var(--ink);
    border-radius: 50%;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    transition: color 0.35s ease, background 0.35s ease, transform 0.2s ease;
}

.round-link span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.round-link b {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
}

.round-link b::before,
.round-link b::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

.round-link b::before {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}

.round-link b::after {
    top: 4px;
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
}

.round-link:hover,
.round-link:focus-visible {
    color: var(--paper);
    background: var(--ink);
    outline: none;
}

.hero__signature {
    display: flex;
    gap: 60px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hero__rail {
    position: absolute;
    left: 2.8vw;
    bottom: 44px;
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.24em;
    writing-mode: vertical-rl;
    opacity: 0.46;
}

.section {
    position: relative;
    padding: 150px 8.4vw;
}

.section-label {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-label span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    letter-spacing: 0;
}

.section-label p {
    margin: 0;
}

.section-label--light { color: var(--paper); }

.manifesto {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 7vw;
    background: var(--paper);
}

.manifesto__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 7vw;
}

.manifesto__content .kicker {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}

.manifesto h2 {
    grid-column: 1 / -1;
    margin: 52px 0 30px;
    font-family: var(--serif);
    font-size: clamp(42px, 6.3vw, 96px);
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.055em;
}

.manifesto h2 span {
    position: relative;
    color: var(--jade-dark);
    font-weight: 700;
}

.manifesto h2 span::after {
    content: "";
    position: absolute;
    left: 2%;
    right: -4%;
    bottom: -5px;
    height: 8px;
    border-bottom: 2px solid var(--coral);
    border-radius: 50%;
    transform: rotate(-2deg);
}

.manifesto__note {
    grid-column: 2;
    font-size: 15px;
    line-height: 2;
}

.manifesto__note p { margin: 0 0 22px; }

.studio-principles {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.studio-principles article {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 135px;
    padding: 20px 26px;
    border-right: 1px solid var(--line);
}

.studio-principles article:last-child { border-right: 0; }

.studio-principles b {
    color: var(--jade-dark);
    font-family: var(--serif);
    font-size: 52px;
    font-weight: 300;
}

.studio-principles span {
    max-width: 110px;
    font-size: 12px;
    line-height: 1.7;
}

.section--dark {
    color: var(--paper);
    background: var(--ink);
}

.services__heading {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 7vw;
    margin: 80px 0 100px;
}

.services__heading > p {
    margin: 10px 0 0;
    color: rgba(242, 239, 230, 0.55);
    font-size: 13px;
}

.services__heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.06em;
}

.services__heading h2 em {
    color: var(--jade);
    font-style: normal;
    font-weight: 300;
}

.service-list {
    border-top: 1px solid rgba(242, 239, 230, 0.18);
}

.service-item {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1.2fr 1fr 40px;
    align-items: center;
    gap: 30px;
    min-height: 150px;
    padding: 24px 8px;
    border-bottom: 1px solid rgba(242, 239, 230, 0.18);
    transition: color 0.35s ease, padding 0.35s ease, background 0.35s ease;
}

.service-item > span {
    font-size: 10px;
    letter-spacing: 0.1em;
    opacity: 0.45;
}

.service-item h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 400;
}

.service-item p {
    margin: 0;
    color: rgba(242, 239, 230, 0.5);
    font-size: 13px;
    transition: color 0.35s ease;
}

.service-item > b {
    position: relative;
    width: 28px;
    height: 28px;
    font-size: 0;
    line-height: 0;
    opacity: 0.86;
}

.service-item > b::before,
.service-item > b::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

.service-item > b::before {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}

.service-item > b::after {
    top: 5px;
    right: 4px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
}

.service-item:hover,
.service-item:focus-visible {
    padding-left: 28px;
    padding-right: 28px;
    color: var(--ink);
    background: var(--coral);
    outline: none;
}

.service-item:hover p,
.service-item:focus-visible p { color: rgba(16, 21, 19, 0.72); }

.work__heading {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: end;
    gap: 7vw;
    margin: 80px 0 100px 25%;
}

.work__heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(50px, 7.2vw, 108px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.06em;
}

.work__heading h2 span { color: var(--jade-dark); font-weight: 300; }

.work__heading p {
    margin: 0;
    font-size: 12px;
    line-height: 1.9;
    opacity: 0.58;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 100px 2.2vw;
}

.project {
    grid-column: span 6;
    min-width: 0;
    outline: none;
}

.project__art,
.project__meta { min-width: 0; }

.project:nth-child(even) { transform: translateY(140px); }

.project__art {
    position: relative;
    height: clamp(420px, 53vw, 710px);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(.2,.75,.2,1);
}

.project:hover .project__art,
.project:focus-visible .project__art { transform: scale(0.985); }

.project__meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding-top: 24px;
}

.project__meta span,
.project__meta p {
    font-size: 10px;
    letter-spacing: 0.08em;
    opacity: 0.52;
}

.project__meta h3 {
    margin: 5px 0 0;
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 500;
}

.project__meta p { margin: 0 0 7px; text-align: right; }

.project--tea .project__art {
    color: #f2e6c2;
    background: #173d36;
}

.project--tea strong {
    position: absolute;
    left: 9%;
    bottom: 10%;
    z-index: 2;
    font-family: var(--serif);
    font-size: clamp(72px, 9vw, 128px);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 0.04em;
}

.project--tea small {
    position: absolute;
    right: 8%;
    top: 8%;
    font-size: 9px;
    letter-spacing: 0.25em;
}

.tea-moon {
    position: absolute;
    right: 9%;
    top: 14%;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #df7c50;
}

.tea-line {
    position: absolute;
    z-index: 1;
    width: 74%;
    height: 42%;
    border: 1px solid rgba(242, 230, 194, 0.45);
    border-radius: 50%;
    transform: rotate(-25deg);
}

.tea-line--a { right: -10%; top: 25%; }
.tea-line--b { right: 7%; top: 38%; }

.project--chu .project__art {
    color: #46372d;
    background: #d9cbb8;
}

.project--chu strong {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: var(--serif);
    font-size: clamp(80px, 10vw, 144px);
    font-weight: 300;
    letter-spacing: 0.22em;
    transform: translate(-43%, -50%);
}

.project--chu small {
    position: absolute;
    z-index: 2;
    left: 8%;
    bottom: 8%;
    letter-spacing: 0.2em;
}

.chu-arch {
    position: absolute;
    left: 17%;
    top: 8%;
    width: 66%;
    height: 84%;
    border: 1px solid rgba(70, 55, 45, 0.45);
    border-radius: 50% 50% 0 0;
}

.chu-sun {
    position: absolute;
    right: 7%;
    top: 8%;
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #b15a39;
    mix-blend-mode: multiply;
}

.project--desk .project__art {
    color: #f2efe6;
    background: #0b0d0c;
    isolation: isolate;
}

.desk-card__media,
.desk-card__media img,
.desk-card__veil {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.desk-card__media { z-index: -2; overflow: hidden; }

.desk-card__media img {
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
}

.project--desk:hover .desk-card__media img,
.project--desk:focus-visible .desk-card__media img { transform: scale(1.045); }

.desk-card__veil {
    z-index: -1;
    background: rgba(5, 8, 6, 0.24);
}

.project--desk strong {
    position: absolute;
    z-index: 3;
    right: 7%;
    bottom: 8%;
    left: 7%;
    font-family: var(--sans);
    font-size: clamp(56px, 7.2vw, 108px);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.08em;
}

.project--desk small {
    position: absolute;
    z-index: 3;
    right: 7%;
    top: 14%;
    left: 7%;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.16em;
    opacity: 0.62;
}

.desk-card__index {
    position: absolute;
    z-index: 3;
    top: 7%;
    right: 7%;
    left: 7%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(242, 239, 230, 0.25);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.project--sense .project__art {
    color: #e9e8e2;
    background: #0b1016;
}

.sense-card__media,
.sense-card__veil {
    position: absolute;
    inset: 0;
}

.sense-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    transition: transform 1s cubic-bezier(.2,.75,.2,1);
}

.project--sense:hover .sense-card__media img,
.project--sense:focus-visible .sense-card__media img { transform: scale(1.075); }

.sense-card__veil {
    z-index: 1;
    background: linear-gradient(90deg, rgba(8,12,17,.88), rgba(8,12,17,.16) 72%), linear-gradient(0deg, rgba(8,12,17,.72), transparent 55%);
}

.sense-card__index {
    position: absolute;
    z-index: 4;
    top: 7%;
    right: 7%;
    left: 7%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(233,232,226,.22);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .13em;
}

.project--sense strong {
    position: absolute;
    z-index: 4;
    left: 8%;
    bottom: 16%;
    font-size: clamp(72px, 8.5vw, 135px);
    font-weight: 500;
    line-height: .8;
    letter-spacing: -.09em;
}

.project--sense strong small {
    display: block;
    margin-top: 20px;
    font-size: .24em;
    font-weight: 300;
    letter-spacing: -.02em;
}

.project--sense .project__art > p {
    position: absolute;
    z-index: 4;
    right: 7%;
    bottom: 7%;
    margin: 0;
    font-size: 8px;
    letter-spacing: .13em;
}

.sense-card__orbit {
    position: absolute;
    z-index: 3;
    top: 52%;
    left: 66%;
    border: 1px solid rgba(255,180,92,.65);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.sense-card__orbit--a { width: 28%; aspect-ratio: 1; }
.sense-card__orbit--b { width: 40%; aspect-ratio: 1; border-color: rgba(233,232,226,.22); }

.section--ink {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 9vw;
    color: var(--paper);
    background: var(--ink-soft);
}

.identity__mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 640px;
    border: 1px solid rgba(242, 239, 230, 0.16);
    background:
        radial-gradient(circle at 50% 40%, rgba(118, 164, 153, 0.18), transparent 40%),
        repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(242, 239, 230, 0.06) 25%);
}

.brand-mark--giant {
    gap: 12px;
    width: 186px;
    height: 220px;
}

.brand-mark--giant i { width: 46px; }
.brand-mark--giant i:nth-child(1) { height: 116px; }
.brand-mark--giant i:nth-child(2) { height: 168px; }
.brand-mark--giant i:nth-child(3) { height: 220px; }

.identity__mark p {
    margin: 75px 0 0;
    font-family: var(--serif);
    font-size: 13px;
    letter-spacing: 0.26em;
    opacity: 0.6;
}

.identity__story {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.identity__story h2 {
    margin: 80px 0 42px;
    font-family: var(--serif);
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.05em;
}

.identity__story h2 span { color: var(--jade); font-weight: 700; }

.identity__story > p {
    max-width: 570px;
    margin: 0;
    color: rgba(242, 239, 230, 0.62);
    font-size: 14px;
    line-height: 2;
}

.palette {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
}

.palette > span {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 128px;
    padding: 12px;
    color: var(--ink);
    background: var(--swatch);
}

.palette > span:nth-child(2) { color: var(--paper); border: 1px solid rgba(242,239,230,0.22); }
.palette b { font-size: 12px; }
.palette small { margin-top: 3px; font-size: 9px; opacity: 0.65; }

.process__heading {
    margin: 80px 0 100px 25%;
}

.process__heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(50px, 7vw, 102px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.06em;
}

.process__heading h2 span { color: var(--jade-dark); font-weight: 300; }

.process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.process-list li {
    min-height: 390px;
    padding: 34px 28px;
    border-right: 1px solid var(--line);
    transition: color 0.35s ease, background 0.35s ease;
}

.process-list li:last-child { border-right: 0; }
.process-list li:hover { color: var(--paper); background: var(--jade-dark); }

.process-list span,
.process-list b {
    font-size: 9px;
    letter-spacing: 0.14em;
}

.process-list span { opacity: 0.5; }

.process-list h3 {
    margin: 58px 0 30px;
    font-family: var(--serif);
    font-size: 54px;
    font-weight: 300;
}

.process-list p {
    min-height: 110px;
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
    opacity: 0.72;
}

.process-list b { font-weight: 500; }

.section--coral {
    min-height: 100svh;
    color: var(--ink);
    background: var(--coral);
}

.contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact__top {
    display: flex;
    justify-content: space-between;
}

.contact__top > p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.contact__main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin: 13vh 0;
}

.contact__main h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(68px, 10vw, 156px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.07em;
}

.contact__main h2 span { font-weight: 700; }

.round-link--dark {
    flex: 0 0 auto;
    width: 165px;
    height: 165px;
    color: var(--paper);
    border-color: var(--ink);
    background: var(--ink);
}

.round-link--dark:hover,
.round-link--dark:focus-visible { color: var(--ink); background: var(--paper); }

.contact__footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(16, 21, 19, 0.25);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.contact__footer p { margin: 0; }

.contact__filing {
    grid-column: 1 / -1;
    padding-top: 16px;
    text-align: center;
}

.contact__filing a {
    color: inherit;
    text-decoration: none;
    opacity: 0.72;
    transition: opacity 180ms ease;
}

.contact__filing a:hover,
.contact__filing a:focus-visible { opacity: 1; }

.brief-dialog {
    width: min(760px, calc(100vw - 28px));
    max-height: calc(100svh - 28px);
    padding: 62px;
    border: 0;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 30px 120px rgba(0, 0, 0, 0.36);
}

.brief-dialog::backdrop {
    background: rgba(16, 21, 19, 0.72);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.brief-dialog__close {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    color: var(--ink);
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

.brief-dialog__head > span,
.brief-result > span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.brief-dialog__head h2 {
    margin: 16px 0 18px;
    font-family: var(--serif);
    font-size: clamp(40px, 6vw, 68px);
    font-weight: 500;
    line-height: 1.15;
}

.brief-dialog__head p {
    margin: 0 0 36px;
    font-size: 13px;
    opacity: 0.62;
}

.brief-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.brief-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.brief-form label:nth-child(4) { grid-column: 1 / -1; }

.brief-form label > span {
    font-size: 11px;
    font-weight: 700;
}

.brief-form input,
.brief-form select,
.brief-form textarea {
    width: 100%;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(16, 21, 19, 0.3);
    border-radius: 0;
    color: var(--ink);
    background: transparent;
    outline: none;
}

.brief-form textarea { resize: vertical; }

.brief-form input:focus,
.brief-form select:focus,
.brief-form textarea:focus { border-color: var(--coral); }

.brief-form__submit {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 18px 22px;
    border: 0;
    color: var(--paper);
    background: var(--ink);
    cursor: pointer;
}

.brief-result textarea {
    width: 100%;
    min-height: 290px;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid var(--line);
    color: var(--ink);
    background: #fffdf7;
    line-height: 1.8;
    resize: vertical;
}

.brief-result > div { display: flex; gap: 12px; }

.brief-result button {
    padding: 13px 20px;
    border: 1px solid var(--ink);
    color: var(--ink);
    background: transparent;
    cursor: pointer;
}

.brief-result button:first-child { color: var(--paper); background: var(--ink); }
.brief-result__status { margin: 14px 0 0; font-size: 12px; color: var(--jade-dark); }

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.75,.2,1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (pointer: fine) {
    .cursor { display: grid; }
    body, a, button { cursor: none; }
}


html[data-language="en"] .brand-copy strong {
    font-size: 14px;
    letter-spacing: 0.08em;
}

html[data-language="en"] .hero h1 {
    font-size: clamp(54px, 8.5vw, 138px);
    letter-spacing: -0.065em;
}

html[data-language="en"] .studio-principles b {
    min-width: 74px;
    font-size: clamp(22px, 2.2vw, 32px);
    letter-spacing: -0.04em;
}

html[data-language="en"] .project--tea strong {
    font-size: clamp(52px, 6vw, 88px);
    letter-spacing: -0.05em;
}

html[data-language="en"] .project--chu strong {
    font-size: clamp(58px, 7vw, 104px);
    letter-spacing: 0.04em;
}

html[data-language="en"] .project--desk strong {
    font-size: clamp(38px, 4.25vw, 68px);
    letter-spacing: -0.07em;
}

html[data-language="en"] .project--sense strong { font-size: clamp(48px, 6vw, 92px); letter-spacing: -.065em; }
html[data-language="en"] .project--sense strong small { display: none; }

@media (max-width: 1050px) {
    .site-nav { display: none; }
    .lang-toggle { margin-left: auto; margin-right: 12px; }
    .menu-toggle { display: block; }
    .site-header.menu-active { color: var(--paper); background: transparent; border-color: transparent; }
    .site-header.menu-active .brand-mark i { background: var(--paper); }
    .site-header.menu-active .lang-toggle { border-color: rgba(242, 239, 230, 0.4); }
    .hero { padding-left: 7vw; padding-right: 7vw; }
    .hero__eyebrow { margin-left: 0; }
    .hero__rail { display: none; }
    .hero__intro { width: min(440px, 55vw); }
    .section { padding: 120px 7vw; }
    .manifesto { grid-template-columns: 1fr; }
    .manifesto__content, .studio-principles { grid-column: 1; }
    .manifesto__content { margin-top: 30px; }
    .services__heading { grid-template-columns: 1fr 3fr; }
    .work__heading, .process__heading { margin-left: 0; }
    .section--ink { grid-template-columns: 1fr; }
    .identity__mark { min-height: 520px; }
    .process-list { grid-template-columns: 1fr 1fr; }
    .process-list li:nth-child(2) { border-right: 0; }
    .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .mobile-menu { overflow-y: auto; overscroll-behavior: contain; }
}

@media (min-width: 721px) and (max-width: 1050px) {
    .site-header { padding-right: 4vw; padding-left: 4vw; }
    .hero { padding: 140px 7vw 38px; }
    .hero h1 { font-size: clamp(74px, 11.2vw, 116px); }
    .hero__intro { width: min(460px, 62vw); }
    .project-grid { gap: 82px 3vw; }
    .project:nth-child(even) { transform: translateY(72px); }
    .project__art { height: clamp(400px, 56vw, 560px); }
    .work { padding-bottom: 205px; }
}

@media (max-width: 720px) {
    html[data-language="en"] .hero h1 { font-size: clamp(48px, 14.8vw, 82px); }
    html[data-language="en"] .title-line--light { margin-left: 0; }
    .mil-progress-track { display: none; }
    .mil-preloader .mil-animation-1 { flex-direction: column; }
    .mil-preloader .mil-animation-1 p { margin: 0 0 8px; }
    .mil-preloader .mil-reveal-frame { padding: 4px 18px; }
    .mil-preloader .mil-reveal-frame p { font-size: 14px; letter-spacing: 0.12em; }
    .back-to-top { display: none; }
    .back-to-top span { display: none; }
    .site-header {
        min-height: 78px;
        padding: 14px max(20px, env(safe-area-inset-right)) 14px max(20px, env(safe-area-inset-left));
    }
    .brand-copy strong { font-size: 16px; }
    .hero {
        min-height: max(100svh, 700px);
        padding: 118px max(22px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
    }
    .hero__eyebrow span:last-child { display: none; }
    .hero h1 { font-size: clamp(54px, 18vw, 98px); line-height: 1.06; }
    .title-line--light { margin-left: 0; }
    .title-line--light em { display: block; margin: 0 0 -0.2em 0.4em; font-size: 0.24em; transform: rotate(-4deg); }
    .hero__intro { width: 90%; margin: 34px 0 0; }
    .hero__signature { display: none; }
    .round-link { width: 112px; height: 112px; }
    .hero__footer .round-link b { display: none; }
    .round-link b { right: 18px; top: 14px; }
    .wing { right: 1vw; top: 36vh; width: 120px; height: 340px; opacity: 0.7; }
    .wing--two { right: -18vw; top: 43vh; }
    .section { padding: 95px max(22px, env(safe-area-inset-right)) 95px max(22px, env(safe-area-inset-left)); }
    .manifesto__content { grid-template-columns: 1fr; }
    .manifesto h2 { margin-top: 34px; font-size: clamp(38px, 12vw, 64px); }
    .manifesto__note { grid-column: 1; }
    .studio-principles { grid-template-columns: 1fr; margin-top: 44px; }
    .studio-principles article { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
    .studio-principles article:last-child { border-bottom: 0; }
    .services__heading { grid-template-columns: 1fr; gap: 32px; margin: 55px 0 68px; }
    .service-item { grid-template-columns: 38px 1fr 24px; gap: 14px; min-height: 118px; }
    .service-item p { grid-column: 2; }
    .service-item > b { grid-column: 3; grid-row: 1 / span 2; }
    .service-item h3 { font-size: 34px; }
    .work__heading { grid-template-columns: 1fr; margin: 55px 0 68px; }
    .project-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 68px;
    }
    .project { grid-column: 1 / -1; width: 100%; max-width: 100%; }
    .project:nth-child(even) { transform: none; }
    .project__art { height: min(125vw, 590px); }
    .project__meta { align-items: flex-start; }
    .project__meta p { max-width: 145px; }
    .section--ink { gap: 74px; }
    .identity__mark { min-height: 430px; }
    .brand-mark--giant { transform: scale(0.72) rotate(-8deg); }
    .identity__story h2 { margin-top: 55px; }
    .palette { grid-template-columns: 1fr 1fr; }
    .palette > span { min-height: 98px; }
    .process__heading { margin: 55px 0 68px; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
    .process-list li:nth-child(3) { border-bottom: 1px solid var(--line); }
    .process-list li:last-child { border-bottom: 0; }
    .process-list p { min-height: 80px; }
    .contact__top > p { display: none; }
    .contact__main { flex-direction: column; align-items: flex-start; margin: 14vh 0 10vh; }
    .contact__main h2 { font-size: clamp(62px, 19vw, 106px); }
    .round-link--dark { align-self: flex-end; width: 136px; height: 136px; }
    .contact__footer { grid-template-columns: 1fr; gap: 10px; }
    .mobile-menu {
        min-height: 100dvh;
        padding-right: max(22px, env(safe-area-inset-right));
        padding-bottom: max(30px, env(safe-area-inset-bottom));
        padding-left: max(22px, env(safe-area-inset-left));
    }
    .brief-dialog {
        width: 100%;
        max-height: 100dvh;
        padding: 55px max(22px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
        overflow-y: auto;
    }
    .brief-form { grid-template-columns: 1fr; }
    .brief-form label:nth-child(4), .brief-form__submit { grid-column: 1; }
}

/* Motion refinement — expressive, lightweight, and scroll-safe */
::view-transition-old(root) {
    animation: luyu-page-out 0.24s cubic-bezier(.4, 0, 1, 1) both;
}

::view-transition-new(root) {
    animation: luyu-page-in 0.46s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes luyu-page-out {
    to { opacity: 0; transform: translateY(-10px); }
}

@keyframes luyu-page-in {
    from { opacity: 0; transform: translateY(14px); }
}

.site-nav a.is-current:not(.nav-cta)::after {
    transform: scaleX(1);
    transform-origin: left;
}

.brand .brand-mark i,
.brand .brand-mark::before,
.brand .brand-mark::after {
    transition: transform 0.38s cubic-bezier(.16, 1, .3, 1);
}

.brand:hover .brand-mark i:nth-child(1),
.brand:focus-visible .brand-mark i:nth-child(1) { transform: translateY(-2px) rotate(-20deg); }
.brand:hover .brand-mark i:nth-child(2),
.brand:focus-visible .brand-mark i:nth-child(2) { transform: translateY(-5px) rotate(-8deg); }
.brand:hover .brand-mark i:nth-child(3),
.brand:focus-visible .brand-mark i:nth-child(3) { transform: translateY(-8px) rotate(3deg); }
.brand:hover .brand-mark::before,
.brand:focus-visible .brand-mark::before { transform: translate(2px, -2px); }
.brand:hover .brand-mark::after,
.brand:focus-visible .brand-mark::after { transform: translateX(3px) rotate(-12deg); }

.studio-ticker {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    color: var(--ink);
    background: var(--coral);
}

.studio-ticker__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: studio-ticker-move 24s linear infinite;
}

.studio-ticker span {
    display: block;
    flex: 0 0 auto;
    padding: 18px 1.1em 17px 0;
    font-size: clamp(20px, 2.8vw, 44px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.studio-ticker:hover .studio-ticker__track { animation-play-state: paused; }

@keyframes studio-ticker-move {
    to { transform: translateX(-50%); }
}

.motion-mask {
    clip-path: inset(0 0 100% 0);
}

.motion-mask.is-visible {
    animation: luyu-mask-open 0.9s cubic-bezier(.16, 1, .3, 1) 0.06s both;
}

@keyframes luyu-mask-open {
    to { clip-path: inset(0 0 0 0); }
}

.section-label > span {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

.section-label.is-visible > span {
    animation: luyu-index-arrive 0.75s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes luyu-index-arrive {
    0% { transform: scale(0.45) rotate(-28deg); }
    55% { color: var(--paper); background: var(--coral); transform: scale(1.08) rotate(4deg); }
    100% { transform: scale(1) rotate(0); }
}

.studio-principles article {
    position: relative;
    overflow: hidden;
}

.studio-principles article::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--coral);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

.studio-principles b,
.studio-principles span {
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1), color 0.3s ease;
}

.studio-principles article:hover::after { transform: scaleX(1); }
.studio-principles article:hover b { color: var(--coral); transform: translateY(-5px) rotate(-4deg); }
.studio-principles article:hover span { transform: translateX(5px); }

.service-item {
    --spot-x: 50%;
    --spot-y: 50%;
    isolation: isolate;
    overflow: hidden;
}

.service-item::before {
    position: absolute;
    z-index: 0;
    top: var(--spot-y);
    left: var(--spot-x);
    width: 54px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--coral);
    content: "";
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.7s cubic-bezier(.16, 1, .3, 1);
}

.service-item > * {
    position: relative;
    z-index: 1;
}

.service-item:hover,
.service-item:focus-visible { background: transparent; }

.service-item:hover::before,
.service-item:focus-visible::before { transform: translate(-50%, -50%) scale(36); }

.service-item > b {
    transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.service-item:hover > b,
.service-item:focus-visible > b { transform: translate(3px, -3px); }

.project__art {
    --case-x: 0px;
    --case-y: 0px;
    isolation: isolate;
    transform-style: preserve-3d;
}

.project__art::after {
    position: absolute;
    z-index: 30;
    inset: 14px;
    border: 1px solid rgba(255,255,255,0.7);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: translate(var(--case-x), var(--case-y)) scale(0.97);
    transition: opacity 0.35s ease, transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

.project__art::before {
    position: absolute;
    z-index: 31;
    right: 28px;
    bottom: 28px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--paper);
    background: var(--ink);
    content: "";
    background-image: url("../assets/icons/arrow-right-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translate(var(--case-x), calc(12px + var(--case-y))) rotate(-20deg) scale(0.75);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

.project:hover .project__art::after,
.project:focus-visible .project__art::after {
    opacity: 1;
    transform: translate(var(--case-x), var(--case-y)) scale(1);
}

.project:hover .project__art::before,
.project:focus-visible .project__art::before {
    opacity: 1;
    transform: translate(var(--case-x), var(--case-y)) rotate(0) scale(1);
}

.project__meta h3 {
    transition: color 0.3s ease, transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.project:hover .project__meta h3,
.project:focus-visible .project__meta h3 {
    color: var(--jade-dark);
    transform: translateX(6px);
}

.process-list li {
    position: relative;
    overflow: hidden;
}

.process-list li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--coral);
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

.process-list h3,
.process-list b {
    transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.process-list li:hover::before { transform: scaleY(1); }
.process-list li:hover h3 { transform: translateX(8px); }
.process-list li:hover b { transform: translateY(-4px); }

.round-link {
    isolation: isolate;
}

.round-link::before {
    position: absolute;
    z-index: -1;
    inset: -1px;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(0.72);
}

.round-link:hover::before,
.round-link:focus-visible::before {
    animation: luyu-button-ring 0.72s cubic-bezier(.16, 1, .3, 1);
}

@keyframes luyu-button-ring {
    40% { opacity: 0.45; }
    100% { opacity: 0; transform: scale(1.25); }
}

@media (max-width: 720px) {
    .studio-ticker span {
        padding-top: 14px;
        padding-bottom: 13px;
        font-size: 22px;
    }

    .studio-ticker__track { animation-duration: 18s; }
    .project__art::before { display: none; }
    .project__art::after { inset: 10px; }
}

@media (hover: none) {
    .service-item::before,
    .project__art::before,
    .project__art::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root) { animation: none; }
    .studio-ticker__track { animation: none; }
    .motion-mask,
    .motion-mask.is-visible { animation: none; clip-path: none; }
    .section-label.is-visible > span { animation: none; }
}

/* Project 02 — 3D rendering and motion preview */
.project--render .project__art {
    color: #f4f7fb;
    background: #090d12;
    isolation: isolate;
}

.render-preview__video {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 51% center;
    filter: saturate(0.84) contrast(1.08);
    transform: scale(1.025);
    transition: transform 0.9s cubic-bezier(.16, 1, .3, 1), filter 0.6s ease;
}

.project--render:hover .render-preview__video,
.project--render:focus-visible .render-preview__video {
    filter: saturate(1) contrast(1.04);
    transform: scale(1.07);
}

.render-preview__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 9, 15, 0.5) 0%, transparent 35%),
        linear-gradient(0deg, rgba(3, 7, 12, 0.84) 0%, rgba(3, 7, 12, 0.08) 58%);
    pointer-events: none;
}

.render-preview__topline {
    position: absolute;
    z-index: 3;
    top: 7%;
    right: 7%;
    left: 7%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.project--render .render-preview strong {
    position: absolute;
    z-index: 3;
    left: 7%;
    bottom: 12%;
    max-width: 82%;
    font-family: var(--sans);
    font-size: clamp(46px, 6.3vw, 96px);
    font-weight: 500;
    line-height: 0.93;
    letter-spacing: -0.065em;
}

.project--render .render-preview small {
    position: absolute;
    z-index: 3;
    right: 7%;
    bottom: 6%;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
    opacity: 0.72;
}

.project--render .project__art::before,
.project--render .project__art::after {
    z-index: 4;
}

@media (max-width: 680px) {
    .render-preview__topline { top: 6%; right: 6%; left: 6%; }
    .project--render .render-preview strong {
        left: 6%;
        bottom: 13%;
        font-size: clamp(46px, 14vw, 72px);
    }
    .project--render .render-preview small { right: 6%; bottom: 6%; }
}

@media (max-width: 390px) {
    .site-header { padding-right: 14px; padding-left: 14px; }
    .brand { gap: 8px; }
    .brand-copy strong { font-size: 14px; letter-spacing: 0.1em; }
    .brand-copy small { display: none; }
    .lang-toggle { min-width: 62px; height: 42px; margin-right: 8px; padding: 0 10px; }
    .menu-toggle { width: 44px; height: 44px; }
    .menu-toggle span { left: 12px; }
    .menu-toggle span:first-child { top: 17px; }
    .menu-toggle span:last-child { top: 25px; }
    .menu-toggle[aria-expanded="true"] span:first-child,
    .menu-toggle[aria-expanded="true"] span:last-child { top: 21px; }
    .project__meta { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .project__meta p { max-width: none; text-align: left; }
}

@media (max-width: 1050px) and (max-height: 600px) and (orientation: landscape) {
    .mobile-menu { justify-content: flex-start; padding-top: 90px; }
    .mobile-menu__count { margin-bottom: 12px; }
    .mobile-menu a { padding: 5px 0; font-size: clamp(26px, 7vh, 38px); }
    .hero { min-height: 680px; padding-top: 112px; }
}

@media (hover: none) {
    .back-to-top { display: none !important; }
    .project:hover .project__art,
    .service-item:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .cursor { display: none !important; }
}

/* Superdesign B — Swiss editorial refinement */
.site-header {
    min-height: 94px;
    padding-right: 5.2vw;
    padding-left: 5.2vw;
}

.site-header.is-scrolled {
    min-height: 74px;
    padding-right: 5.2vw;
    padding-left: 5.2vw;
}

.hero {
    padding: 154px 5.2vw 48px;
}

.hero__eyebrow {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-left: 0;
    padding-bottom: 20px;
}

.hero__eyebrow span:first-child { grid-column: 1 / span 4; }
.hero__eyebrow span:last-child { grid-column: 11 / -1; text-align: right; }

.hero__title-wrap {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    padding: 8vh 0 6vh;
}

.hero h1 {
    grid-column: 1 / -1;
    font-size: clamp(60px, 9.6vw, 156px);
    line-height: 0.94;
}

.hero__intro {
    grid-column: 8 / -1;
    width: auto;
    max-width: 540px;
    margin: 26px 0 0;
    font-size: clamp(15px, 1.2vw, 18px);
}

.hero__footer {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.hero__footer .round-link { grid-column: 1 / span 2; }
.hero__signature { grid-column: 10 / -1; justify-self: end; }

.hero__rail {
    left: 1.8vw;
    font-family: var(--sans);
    font-size: 9px;
}

.section { padding: 136px 5.2vw; }

.section-label {
    gap: 16px;
    line-height: 1.6;
}

.section-label span {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.manifesto {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.manifesto > .section-label { grid-column: 1 / span 2; }
.manifesto__content { grid-column: 4 / -1; }
.studio-principles { grid-column: 4 / -1; }

.manifesto__content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 34px 24px;
}

.manifesto__content .kicker { grid-column: 1 / span 4; }

.manifesto h2 {
    grid-column: 1 / -1;
    margin: 56px 0 34px;
    font-size: clamp(46px, 6vw, 94px);
    line-height: 1.18;
}

.manifesto__note {
    grid-column: 7 / -1;
    max-width: 560px;
}

.studio-principles {
    margin-top: 88px;
}

.studio-principles article {
    align-items: flex-start;
    min-height: 150px;
    padding: 28px 24px;
}

.studio-principles b { font-size: 48px; }

.services__heading {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin: 76px 0 96px;
}

.services__heading > p { grid-column: 1 / span 3; }
.services__heading h2 { grid-column: 4 / -1; }

.service-item {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    min-height: 132px;
    padding: 26px 0;
}

.service-item > span { grid-column: 1; }
.service-item h3 { grid-column: 2 / span 4; }
.service-item p { grid-column: 7 / span 5; }
.service-item > b { grid-column: 12; justify-self: end; }

.service-item:hover,
.service-item:focus-visible {
    padding-right: 20px;
    padding-left: 20px;
}

.work__heading {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin: 76px 0 112px;
}

.work__heading h2 { grid-column: 4 / span 6; }
.work__heading p { grid-column: 10 / -1; }

.project-grid { gap: 110px 2.2vw; }
.project { transform: none; }
.project:nth-child(1) { grid-column: 1 / span 6; }
.project:nth-child(2) { grid-column: 8 / span 5; margin-top: 96px; }
.project:nth-child(3) { grid-column: 2 / span 5; }
.project:nth-child(4) { grid-column: 7 / span 6; margin-top: 96px; }

.project__art {
    height: auto;
    aspect-ratio: 4 / 5;
}

.project__meta {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.project__meta h3 { font-size: 26px; }

.section--ink {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.identity__mark { grid-column: 1 / span 6; background: var(--ink-soft); }
.identity__story { grid-column: 8 / -1; }

.identity__story h2 {
    margin-top: 72px;
    font-size: clamp(46px, 5.5vw, 84px);
}

.process__heading {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin: 76px 0 96px;
}

.process__heading h2 { grid-column: 4 / span 8; }

.process-list li {
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.process-list p { flex: 1; }

.contact__top,
.contact__main,
.contact__footer {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.contact__top .section-label { grid-column: 1 / span 4; }
.contact__top > p { grid-column: 11 / -1; }
.contact__main h2 { grid-column: 1 / span 10; }
.contact__main .round-link { grid-column: 11 / -1; justify-self: end; }
.contact__footer p:nth-child(1) { grid-column: 1 / span 6; }
.contact__footer p:nth-child(2) { grid-column: 7 / span 3; }
.contact__footer p:nth-child(3) { grid-column: 10 / -1; text-align: right; }

@media (max-width: 1050px) {
    .site-header,
    .site-header.is-scrolled { padding-right: 4vw; padding-left: 4vw; }
    .hero { padding-right: 5.5vw; padding-left: 5.5vw; }
    .section { padding: 112px 5.5vw; }
    .manifesto { grid-template-columns: repeat(8, minmax(0, 1fr)); }
    .manifesto > .section-label { grid-column: 1 / span 2; }
    .manifesto__content,
    .studio-principles { grid-column: 3 / -1; }
    .manifesto__content { margin-top: 0; }
    .services__heading h2 { grid-column: 4 / -1; }
    .hero__signature {
        grid-column: 8 / -1;
        gap: 28px;
    }
    .hero__signature span { white-space: nowrap; }
    .work__heading h2 { grid-column: 3 / span 7; }
    .work__heading p { grid-column: 10 / -1; }
    .project:nth-child(1),
    .project:nth-child(3) { grid-column: 1 / span 6; }
    .project:nth-child(2),
    .project:nth-child(4) { grid-column: 7 / span 6; margin-top: 72px; }
    .section--ink { grid-template-columns: 1fr 1fr; gap: 5vw; }
    .identity__mark,
    .identity__story { grid-column: auto; }
    .process__heading h2 { grid-column: 3 / -1; }
}

@media (max-width: 900px) {
    .studio-principles { grid-template-columns: 1fr; }
    .studio-principles article {
        min-height: 112px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .studio-principles article:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
    .site-header,
    .site-header.is-scrolled {
        min-height: 78px;
        padding-right: max(20px, env(safe-area-inset-right));
        padding-left: max(20px, env(safe-area-inset-left));
    }

    .hero {
        padding-right: max(22px, env(safe-area-inset-right));
        padding-left: max(22px, env(safe-area-inset-left));
    }

    .hero__eyebrow,
    .hero__title-wrap,
    .hero__footer { display: block; }

    .hero__title-wrap { padding: 7vh 0 5vh; }
    .hero h1 { font-size: clamp(54px, 17.2vw, 92px); }
    .title-line--light em {
        position: relative;
        z-index: 1;
        margin: 0 0 8px 0.25em;
        line-height: 1;
    }
    .hero__intro { max-width: 500px; margin-top: 32px; }
    .hero__signature { display: none; }
    .hero__footer .round-link { display: flex; }
    .section { padding: 88px max(22px, env(safe-area-inset-right)) 88px max(22px, env(safe-area-inset-left)); }

    .manifesto { display: block; }
    .manifesto__content { display: block; margin-top: 48px; }
    .manifesto__content .kicker { margin-bottom: 32px; }
    .manifesto h2 { margin: 0 0 40px; }
    .manifesto__note { max-width: none; }
    .studio-principles { margin-top: 52px; }

    .services__heading,
    .work__heading,
    .process__heading { display: block; margin: 54px 0 68px; }

    .services__heading > p { margin-bottom: 28px; }

    .service-item {
        grid-template-columns: 36px minmax(0, 1fr) 24px;
        gap: 12px;
        min-height: 116px;
        padding: 24px 0;
    }

    .service-item > span { grid-column: 1; }
    .service-item h3 { grid-column: 2; }
    .service-item p { grid-column: 2; }
    .service-item > b { grid-column: 3; grid-row: 1 / span 2; }

    .work__heading p { margin-top: 28px; }
    .project-grid { display: block; }
    .project { width: 100%; margin: 0 0 74px; }
    .project:nth-child(2),
    .project:nth-child(4) { margin-top: 0; }
    .project:last-child { margin-bottom: 0; }
    .project__meta { margin-top: 18px; }

    .section--ink { display: block; }
    .identity__story { margin-top: 74px; }
    .identity__mark { background: var(--ink-soft); }

    .process-list li { min-height: 300px; }

    .contact__top,
    .contact__main,
    .contact__footer { display: block; }

    .contact__main .round-link { display: flex; margin: 56px 0 0 auto; }
    .contact__footer p { margin-top: 10px; text-align: left !important; }
}

/* Luyu Qingang signature: egret head and three rising feathers */
.brand { gap: 15px; }

.brand-mark {
    position: relative;
    display: block;
    width: 44px;
    height: 42px;
    flex: 0 0 44px;
    color: inherit;
}

.site-header .brand-mark { transform: none; }

.brand-mark i,
.brand-mark--light i {
    position: absolute;
    bottom: 2px;
    display: block;
    width: 9px;
    background: currentColor;
    border-radius: 95% 14% 92% 12%;
    transform-origin: 50% 100%;
}

.brand-mark i:nth-child(1) {
    left: 2px;
    height: 20px;
    transform: rotate(-20deg);
}

.brand-mark i:nth-child(2) {
    left: 13px;
    height: 29px;
    transform: rotate(-8deg);
}

.brand-mark i:nth-child(3) {
    left: 25px;
    height: 37px;
    transform: rotate(3deg);
}

.brand-mark::before,
.brand-mark::after {
    position: absolute;
    display: block;
    background: currentColor;
    content: "";
}

.brand-mark::before {
    top: 1px;
    right: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.brand-mark::after {
    top: 3px;
    right: -5px;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    transform: rotate(-12deg);
    transform-origin: left center;
}

.brand-copy strong { letter-spacing: 0.12em; }
.brand-copy small { margin-top: 6px; letter-spacing: 0.18em; }

.brand-mark--giant {
    width: 190px;
    height: 220px;
    flex-basis: 190px;
}

.brand-mark--giant i,
.brand-mark--giant.brand-mark--light i {
    bottom: 6px;
    width: 42px;
}

.brand-mark--giant i:nth-child(1) {
    left: 5px;
    height: 110px;
}

.brand-mark--giant i:nth-child(2) {
    left: 57px;
    height: 160px;
}

.brand-mark--giant i:nth-child(3) {
    left: 111px;
    height: 205px;
}

.brand-mark--giant::before {
    top: 3px;
    right: 15px;
    width: 26px;
    height: 26px;
}

.brand-mark--giant::after {
    top: 13px;
    right: -24px;
    width: 50px;
    height: 6px;
}

@media (max-width: 720px) {
    .brand { gap: 12px; }
    .site-header .brand-mark {
        width: 40px;
        height: 38px;
        flex-basis: 40px;
    }
    .site-header .brand-mark i:nth-child(1) { left: 1px; height: 18px; }
    .site-header .brand-mark i:nth-child(2) { left: 11px; height: 26px; }
    .site-header .brand-mark i:nth-child(3) { left: 22px; height: 34px; }
    .site-header .brand-mark::before { top: 1px; right: 3px; width: 5px; height: 5px; }
    .site-header .brand-mark::after { top: 3px; right: -4px; width: 8px; height: 1.5px; }
}

/* Interactive motion layer */
.hero h1,
.hero__atmosphere {
    will-change: transform;
}

.hero.is-resetting h1,
.hero.is-resetting .hero__atmosphere {
    transition: transform 0.55s cubic-bezier(.16, 1, .3, 1);
}

.interaction-host {
    position: relative;
    overflow: hidden;
}

.interaction-ripple {
    position: absolute;
    z-index: 20;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.08);
    animation: luyu-interaction-ripple 0.72s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes luyu-interaction-ripple {
    22% { opacity: 0.5; }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1); }
}

.mobile-menu a {
    position: relative;
    overflow: hidden;
}

.mobile-menu a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--coral);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.mobile-menu a b,
.mobile-menu a span {
    transition: color 0.3s ease, transform 0.45s cubic-bezier(.16, 1, .3, 1), opacity 0.3s ease;
}

.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after { transform: scaleX(1); }
.mobile-menu a:hover b,
.mobile-menu a:focus-visible b { color: var(--coral); transform: translateX(9px); }
.mobile-menu a:hover span,
.mobile-menu a:focus-visible span { opacity: 1; transform: rotate(-12deg); }

.project {
    transition: opacity 0.55s ease;
}

.project.reveal .project__art {
    clip-path: inset(0 0 100% 0);
}

.project.reveal.is-visible .project__art {
    animation: luyu-project-uncover 1.05s cubic-bezier(.16, 1, .3, 1) 0.08s both;
}

@keyframes luyu-project-uncover {
    to { clip-path: inset(0 0 0 0); }
}

.palette {
    transition: grid-template-columns 0.55s cubic-bezier(.16, 1, .3, 1);
}

.palette > span {
    overflow: hidden;
    transition: min-height 0.45s cubic-bezier(.16, 1, .3, 1), transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.palette > span b,
.palette > span small {
    transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.palette > span:hover b,
.palette > span:hover small { transform: translateY(-5px); }

@media (min-width: 1051px) and (hover: hover) and (pointer: fine) {
    .studio-principles,
    .process-list {
        transition: grid-template-columns 0.6s cubic-bezier(.16, 1, .3, 1);
    }

    .studio-principles:has(article:nth-child(1):hover) { grid-template-columns: 1.35fr 0.825fr 0.825fr; }
    .studio-principles:has(article:nth-child(2):hover) { grid-template-columns: 0.825fr 1.35fr 0.825fr; }
    .studio-principles:has(article:nth-child(3):hover) { grid-template-columns: 0.825fr 0.825fr 1.35fr; }

    .process-list:has(li:nth-child(1):hover) { grid-template-columns: 1.36fr 0.88fr 0.88fr 0.88fr; }
    .process-list:has(li:nth-child(2):hover) { grid-template-columns: 0.88fr 1.36fr 0.88fr 0.88fr; }
    .process-list:has(li:nth-child(3):hover) { grid-template-columns: 0.88fr 0.88fr 1.36fr 0.88fr; }
    .process-list:has(li:nth-child(4):hover) { grid-template-columns: 0.88fr 0.88fr 0.88fr 1.36fr; }

    .palette:has(> span:nth-child(1):hover) { grid-template-columns: 1.6fr 0.8fr 0.8fr 0.8fr; }
    .palette:has(> span:nth-child(2):hover) { grid-template-columns: 0.8fr 1.6fr 0.8fr 0.8fr; }
    .palette:has(> span:nth-child(3):hover) { grid-template-columns: 0.8fr 0.8fr 1.6fr 0.8fr; }
    .palette:has(> span:nth-child(4):hover) { grid-template-columns: 0.8fr 0.8fr 0.8fr 1.6fr; }

    .project-grid:has(.project:hover) .project:not(:hover) { opacity: 0.58; }
}

@media (prefers-reduced-motion: reduce) {
    .hero h1,
    .hero__atmosphere { transform: none !important; }
    .interaction-ripple { display: none; }
    .project.reveal .project__art,
    .project.reveal.is-visible .project__art { animation: none; clip-path: none; }
}

/* HOME ESS / procedural Three.js project */
.project--energy .project__art {
    color: #f3efe4;
    background: #17352f;
}

.energy-scene {
    position: relative;
    isolation: isolate;
}

.energy-scene canvas {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.9s cubic-bezier(.16, 1, .3, 1), filter 0.6s ease;
}

.project--energy:hover .energy-scene canvas,
.project--energy:focus-visible .energy-scene canvas {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
}

.energy-scene__eyebrow,
.energy-scene__hud,
.energy-scene__metric,
.energy-scene__hint {
    position: absolute;
    z-index: 5;
}

.energy-scene__eyebrow {
    top: 24px;
    right: 25px;
    left: 25px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(243, 239, 228, 0.28);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.energy-scene__hud {
    right: 7%;
    bottom: 134px;
    left: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
}

.energy-scene__hud > span {
    margin-bottom: 8px;
    color: #bff3d8;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.project--energy .energy-scene__hud strong {
    position: static;
    max-width: 460px;
    font-family: var(--sans);
    font-size: clamp(29px, 3.3vw, 52px);
    font-weight: 650;
    line-height: 1.03;
    letter-spacing: -0.055em;
    text-shadow: 0 2px 22px rgba(8, 30, 26, 0.28);
}

.energy-scene__metric {
    right: 7%;
    bottom: 24px;
    left: 7%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(243, 239, 228, 0.3);
    border-bottom: 1px solid rgba(243, 239, 228, 0.16);
    background: rgba(13, 39, 34, 0.34);
    backdrop-filter: blur(10px);
}

.energy-scene__metric > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 10px 11px;
    border-left: 1px solid rgba(243, 239, 228, 0.18);
}

.energy-scene__metric > span:first-child { border-left: 0; }

.energy-scene__metric b {
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.energy-scene__metric small {
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.13em;
    opacity: 0.68;
}

.energy-scene__hint {
    right: 7%;
    bottom: 107px;
    color: #bff3d8;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

@media (max-width: 760px) {
    .energy-scene__eyebrow { top: 18px; right: 18px; left: 18px; }
    .energy-scene__hud { right: 6%; bottom: 126px; left: 6%; }
    .project--energy .energy-scene__hud strong { font-size: clamp(30px, 9vw, 48px); }
    .energy-scene__metric { right: 6%; bottom: 20px; left: 6%; }
    .energy-scene__metric > span { padding: 10px 6px; }
    .energy-scene__hint { right: 6%; bottom: 103px; }
}

@media (prefers-reduced-motion: reduce) {
    .energy-scene canvas { transform: none !important; }
}
