@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap');



/* ==============================
  RESET
============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #000;

}

body {
    font-family: "Montserrat", "Zen Old Mincho", sans-serif;
    background: #fff;
    color: #111;
    line-height: 1.5;

}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul,
li {
    list-style: none;
}

body {
    cursor: none;
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: rgba(185, 31, 13, .95);

    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: translate(-50%, -50%);
}

.cursor span {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    white-space: nowrap;
}

@media (max-width:1024px) {
    body {
        cursor: auto;
    }

    .cursor {
        display: none;
    }
}

/* ==============================
  COMMON
============================== */
:root {
    --red: #b91f0d;
    --deep-red: #6f1208;
    --cream: #f4f0e9;
    --black: #050505;
    --gray: #777;
    --inner: 1280px;
}

.section {
    position: relative;
}

.inner {
    width: min(var(--inner), calc(100% - 48px));
    margin: 0 auto;
}

/* ==============================
  HEADER
============================== */
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 28px 0;
    color: #fff;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.gnb {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 13px;
}

.contact-btn {
    padding: 8px 28px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.contact-btn span {
    margin-left: 18px;
}

/* ==============================
  MAIN VISUAL
============================== */
.main-visual {
    height: 100vh;
}

.main-visual__bg {
    position: absolute;
    /* inset: 0; */
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.main-visual__bg::after {
    content: "";
    position: absolute;
    inset: 0;
}

.main-visual__content {
    position: relative;
    z-index: 2;
    height: 100%;
}

.vertical-copy {
    position: absolute;
    top: 18%;
    left: -1.5%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 50px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    justify-content: flex-end;
    text-align: left;
}

.main-title {
    position: absolute;
    right: 0%;
    top: 61%;
    transform: translateY(-50%);
}

.main-title h2 {
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(42px, 4vw, 72px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.04em;
}

/* =========================
   ABOUT 09
========================= */

.about-09 {
    padding: 120px 0;
}

.about-top {
    display: grid;
    grid-template-columns: 684px 1fr;
    align-items: flex-start;
    margin-bottom: 80px;
}

/* 왼쪽 타이틀 */

.about-title h2 {
    color: #b91f0d;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    padding-left: 75px;
    margin-top: -150px;

}

.about-title span {
    display: block;
    margin-top: 20px;
    font-size: 180px;
    font-weight: 800;
}

.about-title span i {
    font-style: normal;
    font-weight: 500;
}

/* 영문 설명 */

.about-en {
    max-width: 1186px;
    padding-top: 14px;
}

.about-en strong {
    display: block;
    margin-bottom: 20px;

    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.about-en p {
    font-size: 22px;
    line-height: 2;
    color: #333;
}

/* 하단 영역 */

.about-bottom {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 120px;
    align-items: start;
}

/* 이미지 3개 */

.about-gallery {
    display: flex;
    gap: 18px;
}

.about-gallery img {
    width: 100%;

    object-fit: cover;
}

/* 일본어 설명 */

.about-jp {
    padding-top: 10px;
}

.about-jp p {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    line-height: 2.2;
    color: #444;
}

/* ==============================
  PRACTICE
============================== */
.practice {
    padding: 110px 0 120px;

}

.practice__headline {
    text-align: center;
    margin-bottom: 70px;
}

.practice__headline h2 {
    color: var(--red);
    font-size: 130px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 34px;
}

.practice__headline p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
    max-width: 1135px;
    width: 100%;
    margin: 0 auto;

}

.practice__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.practice-card a {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden;
    background: #111;
}

.practice-card img {
    transition: transform 0.6s ease, opacity 0.6s ease;
}


.practice-card h3 {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.practice-card:hover img {
    transform: scale(1.06);
    opacity: 0.85;
}

/* ==============================
  STILL BECOMING
============================== */

.becoming {
    position: relative;
}

.becoming__sticky {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.becoming__title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 120vw;

    font-size: clamp(72px, 12vw, 190px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-align: center;

    color: transparent;
    -webkit-text-fill-color: transparent;

    background-image: url("../images/studio.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;

    will-change: transform, opacity;
}

.becoming__image {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;

    width: 100vw;
    height: 100vh;

    overflow: hidden;
    background: #000;
    will-change: transform, opacity;
}

.becoming__title,
.becoming__image {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.becoming__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ==============================
  WORKS
============================== */
.works {
    padding: 110px 0 160px;
    background: linear-gradient(to bottom,
            #000 0%,
            #000 70%,
            #4b0d05 100%);
    color: #fff;
}

.works__inner {
    max-width: 1200px;
}

.works__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.works__title h2 {
    color: var(--red);
    font-size: 130px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.works__title a {
    color: var(--red);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1;
    transition: transform 0.3s ease;
}

.works__title a:hover {
    transform: translate(8px, -8px);
}

.works__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.work-card {
    position: relative;
    overflow: hidden;
    background: #111;
    aspect-ratio: 1 / 0.78;
}

.work-card--wide {
    grid-column: span 2;
    aspect-ratio: 2.05 / 0.7;
}

.work-card a {
    display: block;
    width: 100%;
    height: 100%;
}

.work-card img {
    transition: transform 0.65s ease, opacity 0.65s ease;
}

.work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.02));
}

.work-card span {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.work-card:hover img {
    transform: scale(1.06);
    opacity: 0.82;
}

/* ==============================
  CONTACT
============================== */
.contact {
    background: linear-gradient(to bottom,
            #4b0d05 0%,
            #7f1609 100%);
    color: #fff;

}

.contact__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 200px 0;
}

.contact__title h2 {
    color: rgba(185, 31, 13, 0.55);
    font-size: clamp(54px, 7vw, 110px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.07em;
}

.contact__info {
    max-width: 520px;
}

.contact__info p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 26px;
    font-family: 'Montserrat';
}

.contact__jp {
    font-family: "Zen Old Mincho", serif;
    opacity: 0.85;
}

.contact__link {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 50px;
    font-weight: 800;
}

.contact__link span {
    font-size: 34px;
    transition: transform 0.3s ease;
}

.contact__link:hover span {
    transform: translate(6px, -6px);
}




.practice-card,
.work-card,
.about-gallery img,
.main-visual__bg img {
    will-change: transform, opacity, clip-path;
}

.practice-card,
.work-card {
    overflow: hidden;
}

.practice-card img,
.work-card img {
    transform-origin: center;
}

/* ==============================
  RESPONSIVE
============================== */
@media (max-width: 1024px) {
    .vertical-copy {
        left: 10%;
        font-size: 24px;
    }

    .main-title {
        right: 10%;
    }

    .practice__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-09__inner,
    .contact__inner {
        grid-template-columns: 1fr;
    }

    .about-09__jp {
        grid-column: 1;
    }
}

@media (max-width: 768px) {
    .inner {
        width: calc(100% - 32px);
    }

    .header {
        padding: 20px 0;
    }

    .gnb {
        gap: 18px;
        font-size: 11px;
    }

    .contact-btn {
        padding: 6px 14px;
    }

    .main-visual {
        min-height: 680px;
    }

    .vertical-copy {
        top: 16%;
        left: 10%;
        gap: 18px;
        font-size: 20px;
    }

    .main-title {
        right: 8%;
        top: 58%;
    }

    .about-09 {
        padding: 70px 0;
    }

    .about-09__images {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .practice__cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .practice-card a {
        height: 260px;
    }

    .works__grid {
        gap: 14px;
    }

    .work-card--wide {
        aspect-ratio: 1.6 / 0.75;
    }

    .contact {
        padding: 100px 0;
    }
}

@media (max-width: 480px) {
    .gnb a:not(.contact-btn) {
        display: none;
    }

    .main-visual {
        height: 760px;
    }

    .vertical-copy {
        font-size: 17px;
    }

    .main-title h2 {
        font-size: 38px;
    }

    .about-09__title h2 {
        font-size: 58px;
    }

    .about-09__images {
        grid-template-columns: 1fr;
    }

    .practice__cards,
    .works__grid {
        grid-template-columns: 1fr;
    }

    .work-card--wide {
        grid-column: auto;
        aspect-ratio: 1 / 0.78;
    }

    .becoming__title {
        padding-top: 100px;
        font-size: 58px;
    }

    .works__title {
        align-items: flex-end;
    }

    .contact__title h2 {
        font-size: 58px;
    }
}

/* ==============================
  RESPONSIVE FIX
============================== */

/* 노트북 */
@media (max-width: 1280px) {
    :root {
        --inner: 1080px;
    }

    .vertical-copy {
        left: 0;
        font-size: 38px;
    }

    .main-title {
        right: 0;
    }

    .about-top {
        grid-template-columns: 480px 1fr;
        gap: 50px;
    }

    .about-title h2 {
        padding-left: 0;
        margin-top: -80px;
        font-size: 92px;
    }

    .about-title span {
        font-size: 140px;
    }

    .about-en p {
        font-size: 18px;
    }

    .about-bottom {
        gap: 60px;
    }

    .practice__headline h2,
    .works__title h2 {
        font-size: 100px;
    }

    .practice-card a {
        height: 480px;
    }
}

/* 태블릿 */
@media (max-width: 1024px) {
    :root {
        --inner: 860px;
    }

    .header {
        padding: 24px 0;
    }

    .gnb {
        gap: 24px;
    }

    .main-visual {
        height: 820px;
        min-height: auto;
    }

    .vertical-copy {
        top: 16%;
        left: 0;
        font-size: 30px;
        gap: 20px;
    }

    .main-title {
        right: 0;
        top: 62%;
    }

    .main-title h2 {
        font-size: 56px;
    }

    .about-09 {
        padding: 100px 0;
    }

    .about-top {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 60px;
    }

    .about-title h2 {
        margin-top: 0;
        padding-left: 0;
        font-size: 76px;
    }

    .about-title span {
        font-size: 120px;
    }

    .about-en {
        max-width: 100%;
    }

    .about-en strong {
        font-size: 28px;
    }

    .about-en p {
        font-size: 17px;
        line-height: 1.9;
    }

    .about-bottom {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-gallery {
        gap: 14px;
    }

    .about-jp p {
        font-size: 16px;
    }

    .practice {
        padding: 90px 0;
    }

    .practice__headline h2 {
        font-size: 76px;
    }

    .practice__headline p {
        font-size: 24px;
        max-width: 760px;
    }

    .practice__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .practice-card a {
        height: 420px;
    }

    .works {
        padding: 90px 0 130px;
    }

    .works__title h2 {
        font-size: 76px;
    }

    .contact__inner {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 80px 24px 160px;
    }

    .contact__info p {
        font-size: 18px;
    }

    .contact__link {
        font-size: 38px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .inner {
        width: calc(100% - 32px);
    }

    .header {
        padding: 18px 0;
    }

    .logo a {
        font-size: 17px;
    }

    .gnb a:not(.contact-btn) {
        display: none;
    }

    .contact-btn {
        padding: 6px 16px;
        font-size: 12px;
    }

    .main-visual {
        height: 720px;
    }

    .main-visual__bg {
        height: 100%;
    }

    .vertical-copy {
        font-size: 21px;
        top: 14%;
        left: 0;
        gap: 16px;
        letter-spacing: 0.06em;
    }

    .main-title {
        right: 0;
        top: 64%;
    }

    .main-title h2 {
        font-size: 42px;
    }

    .about-09 {
        padding: 80px 0;
    }

    .about-title h2 {
        font-size: 54px;
        line-height: 1.02;
    }

    .about-title span {
        margin-top: 12px;
        font-size: 82px;
    }

    .about-en strong {
        font-size: 22px;
    }

    .about-en p {
        font-size: 15px;
        line-height: 1.85;
    }

    .about-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .about-jp p {
        font-size: 14px;
        line-height: 2;
    }

    .practice__headline {
        margin-bottom: 48px;
    }

    .practice__headline h2 {
        font-size: 48px;
        text-align: left;
    }

    .practice__headline p {
        font-size: 18px;
    }

    .practice__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .practice-card a {
        height: 360px;
    }

    .becoming {
        height: 135vh;
    }

    .becoming__title {
        font-size: 72px;
        width: 140vw;
    }

    .works {
        padding: 80px 0 110px;
    }

    .works__inner {
        width: calc(100% - 32px);
    }

    .works__title {
        margin-bottom: 44px;
    }

    .works__title h2 {
        font-size: 48px;
    }

    .works__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .work-card,
    .work-card--wide {
        grid-column: auto;
        aspect-ratio: 1 / 0.8;
    }

    .contact__inner {
        padding: 70px 16px 120px;
    }

    .contact__title h2 {
        font-size: 58px;
    }

    .contact__info p {
        font-size: 15px;
    }

    .contact__link {
        font-size: 28px;
    }
}

/* animation default */
[data-ani] {
    opacity: 0;
    will-change: transform, opacity, clip-path;
}

.line-mask {
    display: block;
    overflow: hidden;
}

.line-mask span {
    display: block;
}

/* work reveal */
.work-card {
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
}

.practice-card {
    opacity: 0;
    transform: translateY(80px) rotate(1deg);
    will-change: transform, opacity;
}

/* hover */
.work-card img,
.practice-card img {
    transition: transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .8s cubic-bezier(.22, 1, .36, 1);
}

.work-card:hover img,
.practice-card:hover img {
    transform: scale(1.08);
    filter: brightness(.75);
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .main-visual {
        height: 640px;
    }

    .vertical-copy {
        display: none;
    }

    .main-title {
        left: 16px;
        right: auto;
        top: 62%;
    }

    .main-title h2 {
        font-size: 36px;
    }

    .about-title h2 {
        font-size: 46px;
    }

    .about-title span {
        font-size: 68px;
    }

    .about-gallery {
        grid-template-columns: 1fr;
    }

    .practice__headline h2,
    .works__title h2 {
        font-size: 40px;
    }

    .practice-card a {
        height: 300px;
    }

    .becoming__title {
        font-size: 54px;
    }
}

/* ==============================
  RESPONSIVE
============================== */

/* Laptop */
@media (max-width: 1280px) {
    :root {
        --inner: 1080px;
    }

    .vertical-copy {
        left: 0;
        font-size: 36px;
    }

    .main-title {
        right: 0;
    }

    .about-top {
        grid-template-columns: 480px 1fr;
        gap: 50px;
    }

    .about-title h2 {
        padding-left: 0;
        margin-top: -80px;
        font-size: 92px;
    }

    .about-title span {
        font-size: 140px;
    }

    .about-en strong {
        font-size: 30px;
    }

    .about-en p {
        font-size: 18px;
    }

    .about-bottom {
        gap: 60px;
    }

    .practice__headline h2,
    .works__title h2 {
        font-size: 100px;
    }

    .practice-card a {
        height: 480px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    :root {
        --inner: 860px;
    }

    .main-visual {
        height: 820px;
    }

    .vertical-copy {
        top: 16%;
        left: 0;
        font-size: 30px;
        gap: 20px;
    }

    .main-title {
        right: 0;
        top: 62%;
    }

    .main-title h2 {
        font-size: 56px;
    }

    .about-09 {
        padding: 100px 0;
    }

    .about-top {
        grid-template-columns: 1fr;
        gap: 36px;
        margin: 0 auto;
        margin-bottom: 60px;
        width: 90% !important;
    }

    .about-title h2 {
        margin-top: 0;
        padding-left: 0;
        font-size: 76px;
    }

    .about-title span {
        font-size: 120px;
    }

    .about-en {
        max-width: 100%;
    }

    .about-en strong {
        font-size: 28px;
    }

    .about-en p {
        font-size: 17px;
        line-height: 1.9;
    }

    .about-bottom {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-gallery {
        gap: 14px;
    }

    .about-jp p {
        font-size: 16px;
    }

    .practice {
        padding: 90px 0;
    }

    .practice__headline h2 {
        font-size: 76px;
    }

    .practice__headline p {
        font-size: 24px;
        max-width: 760px;
    }

    .practice__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .practice-card a {
        height: 420px;
    }

    .works {
        padding: 90px 0 130px;
    }

    .works__title h2 {
        font-size: 76px;
    }

    .contact__inner {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 80px 0 160px;
        width: min(var(--inner), calc(100% - 48px));
    }

    .contact__info p {
        font-size: 18px;
    }

    .contact__link {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    :root {
        --inner: 100%;
    }

    .inner,
    .works__inner,
    .contact__inner {
        width: calc(100% - 32px);
    }

    .main-visual {
        height: 720px;
        min-height: auto;
    }

    .main-visual__bg {
        height: 100%;
    }

    .vertical-copy {
        font-size: 21px;
        top: 14%;
        left: 0;
        gap: 16px;
        letter-spacing: 0.06em;
    }

    .main-title {
        right: 0;
        top: 64%;
    }

    .main-title h2 {
        font-size: 42px;
    }

    .about-09 {
        padding: 0;
    }

    .about-title h2 {
        font-size: 54px;
        line-height: 1.02;
    }

    .about-title span {
        margin-top: 12px;
        font-size: 82px;
    }

    .about-en strong {
        font-size: 22px;
    }

    .about-en p {
        font-size: 15px;
        line-height: 1.85;
    }

    .about-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .about-jp p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 2;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .practice__headline {
        margin-bottom: 48px;
    }

    .practice__headline h2 {
        font-size: 48px;
        text-align: left;
    }

    .practice__headline p {
        font-size: 18px;
    }

    .practice__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .practice-card a {
        height: 360px;
    }

    .becoming {
        height: 135vh;
    }

    .becoming__title {
        font-size: 72px;
        width: 140vw;
    }

    .works {
        padding: 80px 0 110px;
    }

    .works__title {
        margin-bottom: 44px;
    }

    .works__title h2 {
        font-size: 48px;
    }

    .works__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .work-card,
    .work-card--wide {
        grid-column: auto;
        aspect-ratio: 1 / 0.8;
    }

    .contact__inner {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .contact__title h2 {
        font-size: 58px;
    }

    .contact__info p {
        font-size: 15px;
    }

    .contact__link {
        font-size: 28px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    .inner,
    .works__inner,
    .contact__inner {
        width: calc(100% - 28px);
    }

    .main-visual {
        height: 640px;
    }

    .vertical-copy {
        display: none;
    }

    .main-title {
        left: 14px;
        right: auto;
        top: 62%;
    }

    .main-title h2 {
        font-size: 36px;
    }

    .about-title h2 {
        font-size: 46px;
    }

    .about-title span {
        font-size: 68px;
    }

    .about-gallery {
        grid-template-columns: 1fr;
    }

    .practice__headline h2,
    .works__title h2 {
        font-size: 40px;
    }

    .practice-card a {
        height: 300px;
    }

    .becoming__title {
        font-size: 54px;
    }

    .contact__title h2 {
        font-size: 48px;
    }

    .contact__link {
        font-size: 23px;
    }
}

@media (max-width:768px) {
    .becoming {
        height: auto;
        background: #000;
    }

    .becoming__sticky {
        height: 640px;
        min-height: 640px;
        overflow: hidden;
    }

    .becoming__title {
        width: 160vw;
        font-size: clamp(52px, 17vw, 82px);
    }

    .becoming__image {
        width: 100%;
        height: 100%;
        background: #000;
    }

    .becoming__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}