:root {
    --rootjin-bg: #f5f1ea;
    --rootjin-text: #1a1a1a;
    --rootjin-muted: rgba(26, 26, 26, 0.62);
    --rootjin-line: rgba(26, 26, 26, 0.14);
    --rootjin-max: 1400px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.rootjin-theme {
    margin: 0;
    background: var(--rootjin-bg);
    color: var(--rootjin-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rootjin-cursor-canvas,
.rootjin-cursor-dot,
.rootjin-cursor-ring {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    pointer-events: none;
}

.rootjin-cursor-canvas {
    inset: 0;
}

.rootjin-cursor-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(72, 111, 102, 0.86);
    mix-blend-mode: multiply;
    will-change: transform;
}

.rootjin-cursor-ring {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(72, 111, 102, 0.5);
    border-radius: 999px;
    color: #486f66;
    mix-blend-mode: multiply;
    transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease;
    will-change: transform, width, height;
}

.rootjin-cursor-ring.is-hover {
    width: 86px;
    height: 86px;
    background: rgba(72, 111, 102, 0.08);
}

.rootjin-cursor-label {
    opacity: 0;
    color: currentColor;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.rootjin-cursor-ring.has-label .rootjin-cursor-label {
    opacity: 1;
}

@media (pointer: fine) and (hover: hover) {
    body.rootjin-has-cursor,
    body.rootjin-has-cursor * {
        cursor: none !important;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.rootjin-skip {
    position: absolute;
    left: -999px;
    top: 16px;
    z-index: 1000;
    padding: 8px 12px;
    background: var(--rootjin-text);
    color: var(--rootjin-bg);
}

.rootjin-skip:focus {
    left: 16px;
}

.rootjin-container {
    width: min(100% - 48px, var(--rootjin-max));
    margin: 0 auto;
}

.rootjin-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--rootjin-line);
    background: rgba(245, 241, 234, 0.86);
}

.rootjin-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 24px;
}

.rootjin-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
}

.rootjin-logo__mark {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #486f66;
    color: var(--rootjin-bg);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.rootjin-logo__text,
.rootjin-nav {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.rootjin-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.rootjin-main {
    min-height: 60vh;
}

.rootjin-section {
    padding: 96px 0;
    border-bottom: 1px solid var(--rootjin-line);
}

.rootjin-section--hero {
    padding-top: 144px;
}

.rootjin-section__eyebrow {
    margin: 0 0 24px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rootjin-section h1,
.rootjin-section h2 {
    margin: 0;
    font-weight: 400;
    line-height: 1;
}

.rootjin-section h1 {
    font-size: clamp(56px, 12vw, 160px);
}

.rootjin-section h2 {
    font-size: clamp(36px, 7vw, 88px);
}

.rootjin-hero__eyebrow {
    margin: 0 0 56px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.rootjin-hero__title {
    max-width: 12ch;
    letter-spacing: -0.03em;
}

.rootjin-hero__title span {
    display: block;
}

.rootjin-hero__title em,
.rootjin-identity__title em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-hero__intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
}

.rootjin-hero__intro p {
    grid-column: 8 / span 5;
    margin: 0;
    color: rgba(26, 26, 26, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.rootjin-hero__media {
    margin: 88px 0 0;
    overflow: hidden;
    border-radius: 2px;
}

.rootjin-hero__media img {
    display: block;
    width: 100%;
    height: min(80vh, 860px);
    object-fit: cover;
}

.rootjin-identity {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.rootjin-identity .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-identity__title {
    grid-column: span 9;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.rootjin-services__intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 96px;
}

.rootjin-services__intro .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-services__intro > div {
    grid-column: span 8;
}

.rootjin-services__intro h2 em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-services__intro p:not(.rootjin-section__eyebrow) {
    max-width: 46ch;
    margin: 24px 0 0;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    line-height: 1.8;
}

.rootjin-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.rootjin-service-card {
    position: relative;
    min-height: 320px;
    padding: 40px;
    border: 1px solid var(--rootjin-line);
    border-radius: 2px;
}

.rootjin-service-card__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.rootjin-service-card__label::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: var(--rootjin-line);
}

.rootjin-service-card h3 {
    margin: 0 0 16px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.18;
}

.rootjin-service-card p:not(.rootjin-service-card__label) {
    max-width: 42ch;
    margin: 0 0 28px;
    color: rgba(26, 26, 26, 0.68);
    font-size: 15px;
    line-height: 1.8;
}

.rootjin-service-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rootjin-service-card li {
    padding: 7px 10px;
    border: 1px solid var(--rootjin-line);
    border-radius: 2px;
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.04em;
}

.rootjin-work__intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 96px;
}

.rootjin-work__intro .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-work__intro > div {
    grid-column: span 8;
}

.rootjin-work__intro h2 em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-work__kicker {
    margin: 24px 0 18px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.rootjin-work__desc {
    max-width: 58ch;
    margin: 0;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    line-height: 1.8;
}

.rootjin-work__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 72px 32px;
}

.rootjin-work-card {
    grid-column: span 6;
}

.rootjin-work-card--wide {
    grid-column: span 7;
}

.rootjin-work-card--full {
    grid-column: 1 / -1;
}

.rootjin-work-card figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    background: rgba(26, 26, 26, 0.05);
}

.rootjin-work-card img {
    display: block;
    width: 100%;
    height: 56vh;
    min-height: 420px;
    object-fit: cover;
}

.rootjin-work-card:not(.rootjin-work-card--full) img {
    height: 48vh;
    min-height: 360px;
}

.rootjin-work-card__body {
    margin-top: 32px;
}

.rootjin-work-card__category {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.rootjin-work-card__category::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: var(--rootjin-line);
}

.rootjin-work-card h3 {
    margin: 0;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.rootjin-work-card__body > p:not(.rootjin-work-card__category) {
    max-width: 42ch;
    margin: 18px 0 0;
    color: rgba(26, 26, 26, 0.62);
    font-size: 15px;
    line-height: 1.8;
}

.rootjin-work-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.rootjin-work-card li {
    padding: 7px 10px;
    border: 1px solid var(--rootjin-line);
    border-radius: 2px;
    color: var(--rootjin-muted);
    font-size: 11px;
}

.rootjin-work__more {
    display: flex;
    justify-content: center;
    margin-top: 104px;
}

.rootjin-work__button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 28px;
    border: 1px solid var(--rootjin-line);
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rootjin-work__button span:nth-child(2) {
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.rootjin-about {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px;
}

.rootjin-about > .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-about__body {
    grid-column: span 7;
}

.rootjin-about__body h2 em,
.rootjin-fit__intro h2 em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-about__label {
    margin: 40px 0 28px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.rootjin-about__lead {
    max-width: 48ch;
    margin: 0 0 40px;
    color: rgba(26, 26, 26, 0.8);
    font-size: 18px;
    line-height: 1.85;
}

#about .rootjin-about__lead,
#about .rootjin-about__note,
#about .rootjin-about__meta {
    display: none;
}

.rootjin-about__home-copy {
    max-width: 42ch;
    margin: 0;
    color: rgba(26, 26, 26, 0.84);
    font-size: clamp(22px, 3.4vw, 36px);
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.rootjin-about__home-note {
    max-width: 44ch;
    margin: 28px 0 0;
    color: var(--rootjin-muted);
    font-size: 16px;
    line-height: 1.8;
}

.rootjin-about__more {
    margin-top: 40px;
}

.rootjin-about__note {
    max-width: 52ch;
    padding-left: 32px;
    border-left: 1px solid var(--rootjin-line);
}

.rootjin-about__note p {
    margin: 0;
    color: rgba(26, 26, 26, 0.8);
    font-size: 18px;
    line-height: 1.9;
}

.rootjin-about__note p + p {
    margin-top: 28px;
}

.rootjin-about__meta {
    grid-column: span 3;
    align-self: start;
    margin: 8px 0 0;
}

.rootjin-about__meta div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--rootjin-line);
}

.rootjin-about__meta dt {
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rootjin-about__meta dd {
    margin: 0;
    font-size: 14px;
}

.rootjin-about-page {
    padding-top: 136px;
}

.rootjin-about-page__hero {
    max-width: 980px;
    margin-bottom: 96px;
}

.rootjin-about-page__hero h1 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(56px, 11vw, 144px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.rootjin-about-page__hero h1 em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-about-page__hero p:not(.rootjin-section__eyebrow) {
    max-width: 46ch;
    margin: 40px 0 0;
    color: rgba(26, 26, 26, 0.72);
    font-size: 18px;
    line-height: 1.8;
}

.rootjin-about-page__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px;
    padding-top: 72px;
    border-top: 1px solid var(--rootjin-line);
}

.rootjin-about-page__side {
    grid-column: span 3;
}

.rootjin-about-page__side p {
    margin: 0;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.rootjin-about-page__body {
    grid-column: span 7;
}

.rootjin-about-page__body p {
    max-width: 58ch;
    margin: 0;
    color: rgba(26, 26, 26, 0.78);
    font-size: 18px;
    line-height: 1.95;
}

.rootjin-about-page__body p + p {
    margin-top: 36px;
}

.rootjin-about-page__lead {
    padding-left: 32px;
    border-left: 1px solid var(--rootjin-line);
}

.rootjin-about-page__meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 96px 0 0;
    padding: 0;
}

.rootjin-about-page__meta div {
    padding: 24px;
    border-top: 1px solid var(--rootjin-line);
    border-bottom: 1px solid var(--rootjin-line);
}

.rootjin-about-page__meta div + div {
    border-left: 1px solid var(--rootjin-line);
}

.rootjin-about-page__meta dt {
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rootjin-about-page__meta dd {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.4;
}

.rootjin-about-page__actions {
    margin-top: 64px;
}

.rootjin-fit__intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 72px;
}

.rootjin-fit__intro .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-fit__intro > div {
    grid-column: span 8;
}

.rootjin-fit__kicker {
    margin: 24px 0 18px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.rootjin-fit__desc {
    max-width: 46ch;
    margin: 0;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    line-height: 1.8;
}

.rootjin-fit__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--rootjin-line);
    list-style: none;
}

.rootjin-fit__list li {
    display: flex;
    gap: 24px;
    min-height: 140px;
    padding: 36px 24px;
    border-bottom: 1px solid var(--rootjin-line);
}

.rootjin-fit__list li:nth-child(odd) {
    border-right: 1px solid var(--rootjin-line);
}

.rootjin-fit__list span {
    flex: 0 0 auto;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.24em;
}

.rootjin-fit__list p {
    max-width: 36ch;
    margin: 0;
    color: rgba(26, 26, 26, 0.82);
    font-size: 18px;
    line-height: 1.65;
}

.rootjin-contact__intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 72px;
}

.rootjin-contact__intro .rootjin-section__eyebrow {
    grid-column: span 2;
}

.rootjin-contact__intro > div {
    grid-column: span 10;
}

.rootjin-contact__intro h2 {
    max-width: 11ch;
    font-size: clamp(56px, 9vw, 132px);
    letter-spacing: -0.03em;
    line-height: 0.98;
}

.rootjin-contact__intro h2 em {
    font-style: italic;
    font-weight: 300;
}

.rootjin-contact__intro p {
    max-width: 58ch;
    margin: 44px 0 0;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    line-height: 1.85;
}

.rootjin-contact__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rootjin-line);
}

.rootjin-contact__item {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 148px;
    padding: 28px 24px;
    border-bottom: 1px solid var(--rootjin-line);
}

.rootjin-contact__item + .rootjin-contact__item {
    border-left: 1px solid var(--rootjin-line);
}

.rootjin-contact__item span {
    color: var(--rootjin-muted);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.rootjin-contact__item strong {
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 400;
    line-height: 1.15;
    word-break: break-word;
}

.rootjin-footer {
    border-top: 1px solid var(--rootjin-line);
    padding: 32px 0;
}

.rootjin-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--rootjin-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rootjin-footer__links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 720px) {
    .rootjin-container {
        width: min(100% - 32px, var(--rootjin-max));
    }

    .rootjin-header__inner {
        align-items: stretch;
        flex-direction: column;
        min-height: 0;
        padding: 14px 0 12px;
        gap: 14px;
    }

    .rootjin-logo {
        align-self: flex-start;
        gap: 9px;
    }

    .rootjin-logo__mark {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .rootjin-logo__text {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    .rootjin-nav {
        width: 100%;
        justify-content: space-between;
    }

    .rootjin-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .rootjin-nav,
    .rootjin-footer__links {
        flex-wrap: wrap;
        gap: 16px;
    }

    .rootjin-section {
        padding: 72px 0;
    }

    .rootjin-section--hero {
        padding-top: 112px;
    }

    .rootjin-hero__eyebrow {
        margin-bottom: 40px;
    }

    .rootjin-hero__intro,
    .rootjin-identity {
        display: block;
    }

    .rootjin-hero__intro {
        margin-top: 48px;
    }

    .rootjin-hero__intro p {
        font-size: 15px;
    }

    .rootjin-hero__media {
        margin-top: 56px;
    }

    .rootjin-hero__media img {
        height: 60vh;
        min-height: 360px;
    }

    .rootjin-identity__title {
        margin-top: 28px;
    }

    .rootjin-services__intro {
        display: block;
        margin-bottom: 48px;
    }

    .rootjin-services__intro > div {
        margin-top: 28px;
    }

    .rootjin-services__intro p:not(.rootjin-section__eyebrow) {
        font-size: 15px;
    }

    .rootjin-services__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rootjin-service-card {
        min-height: auto;
        padding: 28px;
    }

    .rootjin-work__intro {
        display: block;
        margin-bottom: 48px;
    }

    .rootjin-work__intro > div {
        margin-top: 28px;
    }

    .rootjin-work__desc {
        font-size: 15px;
    }

    .rootjin-work__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .rootjin-work-card,
    .rootjin-work-card--wide,
    .rootjin-work-card--full {
        grid-column: auto;
    }

    .rootjin-work-card img,
    .rootjin-work-card:not(.rootjin-work-card--full) img {
        height: 56vh;
        min-height: 320px;
    }

    .rootjin-work__more {
        justify-content: flex-start;
        margin-top: 64px;
    }

    .rootjin-work__button {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .rootjin-about,
    .rootjin-fit__intro {
        display: block;
    }

    .rootjin-about__body,
    .rootjin-fit__intro > div {
        margin-top: 28px;
    }

    .rootjin-about__label {
        margin-top: 32px;
    }

    .rootjin-about__lead,
    .rootjin-about__note p,
    .rootjin-about__home-note,
    .rootjin-fit__desc {
        font-size: 15px;
    }

    .rootjin-about__home-copy {
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.5;
    }

    .rootjin-about__note {
        padding-left: 20px;
    }

    .rootjin-about__meta {
        margin-top: 40px;
    }

    .rootjin-about-page {
        padding-top: 96px;
    }

    .rootjin-about-page__hero {
        margin-bottom: 64px;
    }

    .rootjin-about-page__hero h1 {
        font-size: clamp(48px, 15vw, 76px);
    }

    .rootjin-about-page__hero p:not(.rootjin-section__eyebrow),
    .rootjin-about-page__body p {
        font-size: 15px;
    }

    .rootjin-about-page__grid {
        display: block;
        padding-top: 48px;
    }

    .rootjin-about-page__body {
        margin-top: 28px;
    }

    .rootjin-about-page__lead {
        padding-left: 20px;
    }

    .rootjin-about-page__meta {
        grid-template-columns: 1fr;
        margin-top: 64px;
    }

    .rootjin-about-page__meta div {
        padding: 20px 0;
    }

    .rootjin-about-page__meta div + div {
        border-left: 0;
        border-top: 0;
    }

    .rootjin-about-page__meta dd {
        margin-top: 14px;
        font-size: 18px;
    }

    .rootjin-fit__intro {
        margin-bottom: 48px;
    }

    .rootjin-fit__list {
        grid-template-columns: 1fr;
    }

    .rootjin-fit__list li {
        min-height: auto;
        padding: 28px 0;
    }

    .rootjin-fit__list li:nth-child(odd) {
        border-right: 0;
    }

    .rootjin-fit__list p {
        font-size: 16px;
    }

    .rootjin-contact__intro {
        display: block;
        margin-bottom: 48px;
    }

    .rootjin-contact__intro > div {
        margin-top: 28px;
    }

    .rootjin-contact__intro h2 {
        max-width: 12ch;
        font-size: clamp(44px, 15vw, 72px);
    }

    .rootjin-contact__intro p {
        margin-top: 32px;
        font-size: 15px;
    }

    .rootjin-contact__links {
        grid-template-columns: 1fr;
    }

    .rootjin-contact__item {
        min-height: auto;
        padding: 28px 0;
    }

    .rootjin-contact__item + .rootjin-contact__item {
        border-left: 0;
    }
}
