@font-face {
    font-family: "MaruBuri";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/MaruBuri-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "MaruBuri";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/MaruBuri-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "MaruBuri";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/MaruBuri-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "MaruBuri";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/MaruBuri-Bold.woff2") format("woff2");
}

:root {
    --cl-navy: #071b35;
    --cl-navy-2: #0d2948;
    --cl-ink: #17202a;
    --cl-muted: #66717c;
    --cl-ivory: #f4f0e8;
    --cl-paper: #faf8f3;
    --cl-white: #ffffff;
    --cl-sage: #8da18f;
    --cl-line: rgba(7, 27, 53, .14);
    --cl-shell: min(1240px, calc(100vw - 112px));
}

html {
    scroll-behavior: smooth;
}

body.cl-sample-page {
    margin: 0;
    background: var(--cl-paper);
    color: var(--cl-ink);
    font-family: "IBM Plex Sans KR", -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

body.cl-sample-page.cl-menu-open {
    overflow: hidden;
}

.cl-site,
.cl-site * {
    box-sizing: border-box;
}

.cl-site {
    width: 100%;
    overflow-x: clip;
}

.cl-site img {
    display: block;
    max-width: 100%;
}

.cl-site a {
    color: inherit;
    text-decoration: none;
}

.cl-site button,
.cl-site input,
.cl-site textarea {
    font: inherit;
}

.cl-site h1,
.cl-site h2,
.cl-site h3,
.cl-site p,
.cl-site figure,
.cl-site blockquote,
.cl-site dl,
.cl-site dd {
    margin: 0;
}

.cl-shell {
    width: var(--cl-shell);
    margin-inline: auto;
}

.cl-section {
    padding: 148px 0;
}

.cl-skip {
    position: fixed;
    z-index: 99999;
    top: 8px;
    left: 8px;
    padding: 10px 16px;
    transform: translateY(-150%);
    background: #fff;
    color: #000;
}

.cl-skip:focus {
    transform: translateY(0);
}

.cl-demo-bar {
    position: relative;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 24px;
    gap: 12px;
    background: var(--cl-navy);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    letter-spacing: .02em;
}

.cl-demo-bar span {
    padding: 2px 7px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}

.cl-demo-bar strong {
    font-weight: 400;
}

.cl-scroll-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    background: #a9b8aa;
    pointer-events: none;
    will-change: transform;
}

.cl-header {
    position: absolute;
    z-index: 1000;
    top: 32px;
    right: 0;
    left: 0;
    height: 92px;
    color: #fff;
    transition: background-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.cl-header.is-scrolled,
.cl-sample-case-archive .cl-header,
.cl-sample-column-archive .cl-header,
.cl-sample-case-single .cl-header,
.cl-sample-column-single .cl-header {
    position: fixed;
    top: 0;
    height: 76px;
    background: rgba(255, 255, 255, .96);
    color: var(--cl-navy);
    box-shadow: 0 1px 0 rgba(7, 27, 53, .1);
    backdrop-filter: blur(14px);
}

.cl-sample-case-archive .cl-header:not(.is-scrolled),
.cl-sample-column-archive .cl-header:not(.is-scrolled),
.cl-sample-case-single .cl-header:not(.is-scrolled),
.cl-sample-column-single .cl-header:not(.is-scrolled) {
    position: absolute;
    top: 32px;
}

.admin-bar .cl-header.is-scrolled,
.admin-bar.cl-sample-case-archive .cl-header,
.admin-bar.cl-sample-column-archive .cl-header,
.admin-bar.cl-sample-case-single .cl-header,
.admin-bar.cl-sample-column-single .cl-header {
    top: 32px;
}

.cl-header__inner {
    display: grid;
    grid-template-columns: 250px 1fr 146px;
    align-items: center;
    width: var(--cl-shell);
    height: 100%;
    margin-inline: auto;
}

.cl-logo {
    display: inline-flex;
    width: 220px;
    filter: brightness(0) invert(1);
    transition: filter .3s ease;
}

.cl-header.is-scrolled .cl-logo,
.cl-sample-case-archive .cl-logo,
.cl-sample-column-archive .cl-logo,
.cl-sample-case-single .cl-logo,
.cl-sample-column-single .cl-logo {
    filter: none;
}

.cl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 2.5vw, 42px);
}

.cl-nav a {
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.cl-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: currentColor;
    content: "";
    transition: right .25s ease, left .25s ease;
}

.cl-nav a:hover::after,
.cl-nav a:focus-visible::after {
    right: 0;
    left: 0;
}

.cl-header__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, .45);
    font-size: 13px;
    font-weight: 600;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.cl-header__cta span {
    margin-left: 12px;
}

.cl-header__cta:hover {
    border-color: var(--cl-white);
    background: var(--cl-white);
    color: var(--cl-navy);
}

.cl-header.is-scrolled .cl-header__cta,
.cl-sample-case-archive .cl-header__cta,
.cl-sample-column-archive .cl-header__cta,
.cl-sample-case-single .cl-header__cta,
.cl-sample-column-single .cl-header__cta {
    border-color: var(--cl-navy);
    background: var(--cl-navy);
    color: #fff;
}

.cl-menu-toggle {
    display: none;
}

.cl-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(920px, 100vh);
    overflow: hidden;
    background: var(--cl-navy);
    color: #fff;
}

.cl-hero__media,
.cl-hero__veil {
    position: absolute;
    inset: 0;
}

.cl-hero__media {
    top: -4%;
    bottom: -4%;
    background: url(../images/hero-01.jpg) center 42% / cover no-repeat;
    transform: translate3d(0, var(--cl-hero-shift, 0), 0) scale(1.06);
    will-change: transform;
}

.cl-hero__veil {
    background:
        linear-gradient(90deg, rgba(4, 18, 36, .9) 0%, rgba(4, 18, 36, .73) 42%, rgba(4, 18, 36, .2) 76%, rgba(4, 18, 36, .4) 100%),
        linear-gradient(0deg, rgba(4, 18, 36, .72) 0%, transparent 36%);
}

.cl-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 104px;
}

.cl-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--cl-navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}

.cl-eyebrow::before {
    width: 30px;
    height: 1px;
    background: currentColor;
    content: "";
}

.cl-eyebrow--light {
    color: rgba(255, 255, 255, .72);
}

.cl-hero h1 {
    max-width: 830px;
    margin-top: 35px;
    font-family: "MaruBuri", serif;
    font-size: clamp(48px, 5.25vw, 76px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.cl-hero__description {
    margin-top: 28px !important;
    color: rgba(255, 255, 255, .82);
    font-family: "MaruBuri", serif;
    font-size: clamp(18px, 1.6vw, 23px);
    letter-spacing: -.03em;
}

.cl-hero__actions {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 58px;
}

.cl-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 210px;
    min-height: 58px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.cl-button:hover {
    transform: translateY(-2px);
}

.cl-button--ivory {
    background: var(--cl-ivory);
    color: var(--cl-navy) !important;
}

.cl-button--outline-light {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff !important;
}

.cl-button--outline-light:hover {
    background: #fff;
    color: var(--cl-navy) !important;
}

.cl-text-link {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--cl-navy) !important;
    font-size: 13px;
    font-weight: 600;
}

.cl-text-link span {
    transition: transform .25s ease;
}

.cl-text-link:hover span {
    transform: translateX(4px);
}

.cl-text-link--light {
    color: rgba(255, 255, 255, .85) !important;
}

.cl-hero__line {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 34px;
    display: flex;
    gap: 24px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .52);
    font-size: 10px;
    letter-spacing: .25em;
    writing-mode: vertical-rl;
}

.cl-hero__line::before {
    width: 1px;
    height: 78px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .35);
    content: "";
}

.cl-hero__foot {
    position: absolute;
    z-index: 2;
    right: 56px;
    bottom: 34px;
    left: 56px;
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .26);
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    letter-spacing: .12em;
}

.cl-section-label {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--cl-navy);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.cl-section-label span {
    font-family: "IBM Plex Sans KR", sans-serif;
    letter-spacing: 0;
}

.cl-section-label::after {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: .5;
}

.cl-section-label--light {
    color: rgba(255, 255, 255, .68);
}

.cl-mission {
    background: var(--cl-paper);
}

.cl-mission__grid {
    display: grid;
    grid-template-columns: 190px minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 70px;
    align-items: start;
}

.cl-kicker {
    margin-bottom: 18px !important;
    color: var(--cl-muted);
    font-size: 15px;
}

.cl-mission h2,
.cl-heading-row h2,
.cl-content-heading h2,
.cl-faq h2,
.cl-visit h2,
.cl-contact h2,
.cl-subhero h1,
.cl-article-head h1,
.cl-article-foot h2 {
    font-family: "MaruBuri", serif;
    font-weight: 500;
    letter-spacing: -.055em;
}

.cl-mission h2 {
    color: var(--cl-navy);
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.35;
}

.cl-mission h2 em,
.cl-contact h2 em {
    font-style: normal;
    color: #677e68;
}

.cl-mission .cl-lead {
    max-width: 590px;
    margin-top: 42px !important;
    color: #3e4952;
    font-size: 18px;
    line-height: 2;
    word-break: keep-all;
}

.cl-mission .cl-text-link {
    margin-top: 48px;
}

.cl-mission__principles {
    border-top: 1px solid var(--cl-line);
}

.cl-mission__principles article {
    display: grid;
    grid-template-columns: 38px 100px 1fr;
    gap: 16px;
    padding: 27px 0 30px;
    border-bottom: 1px solid var(--cl-line);
}

.cl-mission__principles article > span {
    color: #8b969e;
    font-size: 11px;
}

.cl-mission__principles h3 {
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 18px;
    font-weight: 600;
}

.cl-mission__principles p {
    color: var(--cl-muted);
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}

.cl-practice {
    background: var(--cl-navy);
    color: #fff;
}

.cl-practice .cl-heading-row h2 {
    word-break: keep-all;
}

.cl-heading-row,
.cl-content-heading {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 80px;
}

.cl-heading-row h2,
.cl-content-heading h2 {
    margin-top: 30px;
    font-size: clamp(37px, 3.65vw, 54px);
    line-height: 1.42;
}

.cl-heading-row > p,
.cl-content-heading > div:last-child > p {
    padding-bottom: 7px;
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    line-height: 1.9;
}

.cl-practice__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, .23);
}

.cl-practice__list article {
    position: relative;
    display: grid;
    grid-template-columns: 60px 180px 1fr 30px;
    align-items: center;
    min-height: 154px;
    padding: 28px 26px 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.cl-practice__list article:nth-child(odd) {
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.cl-practice__list article:nth-child(even) {
    padding-left: 50px;
}

.cl-practice__list article > span {
    color: rgba(255, 255, 255, .4);
    font-family: "MaruBuri", serif;
    font-size: 13px;
}

.cl-practice__list h3 {
    font-family: "MaruBuri", serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.cl-practice__list p {
    padding-right: 20px;
    color: rgba(255, 255, 255, .54);
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
}

.cl-practice__list article > a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    font-size: 12px;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.cl-practice__list article:hover > a {
    background: #fff;
    color: var(--cl-navy);
    transform: rotate(45deg);
}

.cl-lawyer {
    overflow: hidden;
    background: #e9e9e6;
}

.cl-lawyer__grid {
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(440px, 1.1fr);
    gap: clamp(80px, 10vw, 150px);
    align-items: center;
}

.cl-lawyer__portrait {
    position: relative;
    max-width: 480px;
}

.cl-lawyer__portrait::before {
    position: absolute;
    z-index: -1;
    top: -48px;
    right: -52px;
    width: 62%;
    height: 48%;
    border-top: 1px solid rgba(7, 27, 53, .2);
    border-right: 1px solid rgba(7, 27, 53, .2);
    content: "";
}

.cl-lawyer__portrait img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.78) contrast(.97);
    transform: translate3d(0, var(--cl-lawyer-shift, 0), 0) scale(1.045);
    transform-origin: center center;
    will-change: transform;
}

.cl-lawyer__portrait figcaption {
    position: absolute;
    right: -78px;
    bottom: 45px;
    display: flex;
    flex-direction: column;
    width: 172px;
    padding: 23px 25px;
    background: var(--cl-paper);
    box-shadow: 0 20px 50px rgba(7, 27, 53, .13);
}

.cl-lawyer__portrait figcaption span {
    color: var(--cl-muted);
    font-size: 9px;
    letter-spacing: .18em;
}

.cl-lawyer__portrait figcaption strong {
    margin-top: 6px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 22px;
    font-weight: 600;
}

.cl-lawyer__copy blockquote {
    margin-top: 54px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: clamp(37px, 3.5vw, 52px);
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: -.055em;
}

.cl-lawyer__copy blockquote em {
    font-style: normal;
    color: #647c66;
}

.cl-lawyer__copy > p {
    max-width: 575px;
    margin-top: 40px;
    color: #535f68;
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
}

.cl-signature {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-top: 42px;
    padding-top: 25px;
    border-top: 1px solid rgba(7, 27, 53, .16);
}

.cl-signature strong {
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 22px;
}

.cl-signature span {
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-cases {
    background: var(--cl-paper);
}

.cl-content-heading {
    padding-bottom: 52px;
    border-bottom: 1px solid var(--cl-line);
}

.cl-content-heading h2 {
    margin-top: 22px;
    color: var(--cl-navy);
    font-size: clamp(42px, 4.2vw, 60px);
}

.cl-content-heading > div:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.cl-content-heading > div:last-child > p {
    color: var(--cl-muted);
}

.cl-case {
    position: relative;
    display: grid;
    grid-template-columns: 75px 180px 1fr minmax(250px, .7fr) 42px;
    align-items: center;
    min-height: 150px;
    border-bottom: 1px solid var(--cl-line);
    transition: background .25s ease, padding .25s ease;
}

.cl-case:hover {
    padding-inline: 20px;
    background: #f1eee6;
}

.cl-case__number {
    color: #879199;
    font-size: 11px;
}

.cl-tag {
    color: #667a68;
    font-size: 12px;
    font-weight: 600;
}

.cl-case h3 {
    padding-right: 40px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -.035em;
}

.cl-case p {
    color: var(--cl-muted);
    font-size: 13px;
    line-height: 1.8;
}

.cl-case__arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--cl-line);
    border-radius: 50%;
    color: var(--cl-navy);
    font-size: 12px;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.cl-case:hover .cl-case__arrow {
    background: var(--cl-navy);
    color: #fff;
    transform: rotate(45deg);
}

.cl-sample-note {
    margin-top: 20px !important;
    color: #889097;
    font-size: 11px;
}

.cl-columns {
    background: #102d4c;
    color: #fff;
}

.cl-content-heading--columns {
    border-color: rgba(255, 255, 255, .18);
}

.cl-content-heading--columns h2 {
    color: #fff;
}

.cl-column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 66px;
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.cl-column-card {
    position: relative;
    min-height: 390px;
    padding: 38px 42px 34px;
    border-right: 1px solid rgba(255, 255, 255, .17);
    transition: background .25s ease;
}

.cl-column-card:last-child {
    border-right: 0;
}

.cl-column-card:hover {
    background: rgba(255, 255, 255, .055);
}

.cl-column-card__meta {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
}

.cl-column-card h3 {
    margin-top: 54px;
    font-family: "MaruBuri", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.cl-column-card p {
    margin-top: 25px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.9;
}

.cl-column-card__link {
    position: absolute;
    right: 42px;
    bottom: 34px;
    left: 42px;
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .72) !important;
    font-size: 9px;
    letter-spacing: .15em;
}

.cl-faq {
    background: var(--cl-paper);
}

.cl-faq__grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 110px;
}

.cl-faq h2 {
    margin-top: 37px;
    color: var(--cl-navy);
    font-size: clamp(41px, 4vw, 56px);
    line-height: 1.42;
}

.cl-faq__grid > div:first-child > p {
    max-width: 340px;
    margin-top: 35px;
    color: var(--cl-muted);
    font-size: 14px;
    line-height: 1.9;
}

.cl-faq__items {
    border-top: 1px solid var(--cl-line);
}

.cl-faq details {
    border-bottom: 1px solid var(--cl-line);
}

.cl-faq summary {
    display: grid;
    grid-template-columns: 45px 1fr 24px;
    align-items: center;
    min-height: 94px;
    color: var(--cl-navy);
    cursor: pointer;
    font-family: "MaruBuri", serif;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
}

.cl-faq summary::-webkit-details-marker {
    display: none;
}

.cl-faq summary span {
    color: #8d969c;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-size: 10px;
}

.cl-faq summary i {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
}

.cl-faq summary i::before,
.cl-faq summary i::after {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 14px;
    height: 1px;
    background: var(--cl-navy);
    content: "";
    transition: transform .25s ease;
}

.cl-faq summary i::after {
    transform: rotate(90deg);
}

.cl-faq details[open] summary i::after {
    transform: rotate(0deg);
}

.cl-faq details > p {
    padding: 0 45px 30px;
    color: var(--cl-muted);
    font-size: 14px;
    line-height: 1.9;
}

.cl-visit {
    position: relative;
    min-height: 780px;
    padding: 0;
    background: var(--cl-navy);
}

.cl-visit__image {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(7, 27, 53, .82), rgba(7, 27, 53, .12) 72%), url(../images/hero-02.jpg);
    background-position: center, center calc(50% + var(--cl-visit-shift, 0px));
    background-size: cover, cover;
    background-repeat: no-repeat;
    will-change: background-position;
}

.cl-visit__content {
    position: relative;
    min-height: 780px;
}

.cl-visit__card {
    position: absolute;
    top: 50%;
    left: 0;
    width: min(520px, 48%);
    padding: 52px 56px 58px;
    transform: translateY(-50%);
    background: rgba(7, 27, 53, .92);
    color: #fff;
    backdrop-filter: blur(8px);
}

.cl-visit h2 {
    margin-top: 34px;
    font-size: clamp(39px, 3.8vw, 54px);
    line-height: 1.38;
}

.cl-visit dl {
    margin: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.cl-visit dl div {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    font-size: 13px;
}

.cl-visit dt {
    color: rgba(255, 255, 255, .48);
}

.cl-visit dd {
    color: rgba(255, 255, 255, .86);
}

.cl-contact {
    padding: 110px 0;
    background: var(--cl-ivory);
}

.cl-contact__inner {
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 80px;
}

.cl-contact p {
    margin-bottom: 20px;
    color: #879187;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
}

.cl-contact h2 {
    color: var(--cl-navy);
    font-size: clamp(35px, 4vw, 54px);
    line-height: 1.45;
}

.cl-contact__button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
    height: 220px;
    padding: 32px;
    border-radius: 50%;
    background: var(--cl-navy);
    color: #fff !important;
    transition: transform .35s ease, background .35s ease;
}

.cl-contact__button::before {
    position: absolute;
    inset: -12px;
    border: 1px dashed rgba(7, 27, 53, .28);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.cl-contact__button:hover {
    background: #173b5e;
    transform: rotate(-4deg);
}

.cl-contact__button span {
    align-self: center;
    margin-top: 60px;
    font-family: "MaruBuri", serif;
    font-size: 17px;
}

.cl-contact__button i {
    align-self: flex-end;
    font-size: 20px;
    font-style: normal;
}

.cl-footer {
    padding: 78px max(56px, calc((100vw - 1240px) / 2)) 26px;
    background: #06172d;
    color: #fff;
}

.cl-footer__top {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 100px;
    padding-bottom: 64px;
}

.cl-footer__brand img {
    width: 230px;
    filter: brightness(0) invert(1);
}

.cl-footer__brand p {
    margin-top: 28px;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
    line-height: 1.9;
}

.cl-footer__meta {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.cl-footer__meta > div {
    display: flex;
    flex-direction: column;
    padding: 19px 20px 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.cl-footer__meta > div:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.cl-footer__meta span {
    color: rgba(255, 255, 255, .35);
    font-size: 8px;
    letter-spacing: .15em;
}

.cl-footer__meta strong,
.cl-footer__meta a {
    margin-top: 5px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 400;
}

.cl-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .3);
    font-size: 9px;
    letter-spacing: .04em;
}

.cl-empty {
    padding: 70px 0;
    color: var(--cl-muted);
}

/* Archive */
.cl-subhero {
    position: relative;
    padding: 225px 0 100px;
    overflow: hidden;
    background: var(--cl-navy);
    color: #fff;
}

.cl-subhero::before {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: "";
}

.cl-subhero::after {
    position: absolute;
    right: 140px;
    bottom: -240px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.cl-subhero .cl-shell {
    position: relative;
    z-index: 1;
}

.cl-subhero h1 {
    margin-top: 35px;
    font-size: clamp(52px, 6vw, 78px);
}

.cl-subhero p {
    max-width: 600px;
    margin-top: 27px;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
}

.cl-archive__body {
    background: var(--cl-paper);
}

.cl-archive__notice {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 22px;
    border: 1px solid #d8d3c6;
    background: #f2eee4;
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-archive__notice strong {
    color: var(--cl-navy);
    font-size: 12px;
}

.cl-archive__toolbar {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--cl-navy);
    color: var(--cl-navy);
    font-size: 13px;
}

.cl-archive__toolbar a span {
    margin-left: 12px;
}

.cl-archive__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid var(--cl-line);
}

.cl-archive-card {
    min-height: 335px;
    padding: 45px 44px 38px 0;
    border-bottom: 1px solid var(--cl-line);
}

.cl-archive-card:nth-child(odd) {
    padding-right: 55px;
    border-right: 1px solid var(--cl-line);
}

.cl-archive-card:nth-child(even) {
    padding-left: 55px;
}

.cl-archive-card:last-child,
.cl-archive-card:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.cl-archive-card__meta {
    display: flex;
    justify-content: space-between;
    color: #79848c;
    font-size: 11px;
}

.cl-archive-card h2 {
    margin-top: 38px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.04em;
}

.cl-archive-card > p {
    margin-top: 22px;
    color: var(--cl-muted);
    font-size: 13px;
    line-height: 1.9;
}

.cl-archive-card .cl-text-link {
    margin-top: 30px;
}

.cl-pagination {
    margin-top: 55px;
    text-align: center;
}

.cl-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.cl-pagination .page-numbers {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--cl-line);
    color: var(--cl-navy);
    font-size: 12px;
}

.cl-pagination .current {
    background: var(--cl-navy);
    color: #fff;
}

/* Single */
.cl-article-head {
    padding: 205px 0 95px;
    background: var(--cl-navy);
    color: #fff;
}

.cl-article-head__inner {
    max-width: 950px;
}

.cl-article-head__back {
    color: rgba(255, 255, 255, .52) !important;
    font-size: 12px;
}

.cl-article-head__meta {
    display: flex;
    gap: 22px;
    margin-top: 52px;
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.cl-article-head h1 {
    margin-top: 30px;
    font-size: clamp(40px, 4.4vw, 62px);
    line-height: 1.4;
    word-break: keep-all;
}

.cl-article-head p {
    max-width: 730px;
    margin-top: 30px;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    line-height: 1.9;
}

.cl-article-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 730px);
    justify-content: center;
    gap: 90px;
    padding-block: 105px 130px;
}

.cl-article-layout aside {
    align-self: start;
    padding-top: 18px;
    border-top: 1px solid var(--cl-navy);
}

.cl-article-layout aside > span {
    color: #879097;
    font-size: 9px;
    letter-spacing: .13em;
}

.cl-article-layout aside strong {
    display: block;
    margin-top: 8px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 17px;
}

.cl-article-layout aside p {
    margin-top: 28px;
    color: #8a9399;
    font-size: 11px;
    line-height: 1.8;
}

.cl-article-content {
    color: #39434b;
    font-size: 16px;
    line-height: 2;
}

.cl-article-content > *:first-child {
    margin-top: 0;
}

.cl-article-content p {
    margin: 0 0 28px;
}

.cl-article-content h2 {
    margin: 62px 0 22px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 27px;
    line-height: 1.55;
}

.cl-article-content strong {
    color: var(--cl-navy);
}

.cl-article-content ul,
.cl-article-content ol {
    margin: 20px 0 30px;
    padding-left: 25px;
}

.cl-article-content blockquote {
    margin: 45px 0;
    padding: 30px 35px;
    border-left: 3px solid var(--cl-navy);
    background: #f1eee6;
}

.cl-article-foot {
    padding: 95px 0;
    background: #102d4c;
    color: #fff;
    text-align: center;
}

.cl-article-foot p {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
}

.cl-article-foot h2 {
    margin-top: 20px;
    font-size: clamp(34px, 3.6vw, 50px);
    line-height: 1.48;
}

.cl-article-foot .cl-button {
    margin-top: 38px;
}

[data-reveal] {
    opacity: 1;
    transform: none;
}

.cl-motion-ready [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition: opacity .75s ease, transform .8s cubic-bezier(.2, .72, .2, 1);
    will-change: opacity, transform;
}

.cl-motion-ready .cl-lawyer__portrait[data-reveal] {
    transform: translate3d(-34px, 0, 0);
}

.cl-motion-ready .cl-lawyer__copy[data-reveal] {
    transform: translate3d(34px, 0, 0);
}

.cl-motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.cl-motion-ready .cl-practice__list article:nth-child(2),
.cl-motion-ready .cl-column-card:nth-child(2) { transition-delay: .08s; }

.cl-motion-ready .cl-practice__list article:nth-child(3),
.cl-motion-ready .cl-column-card:nth-child(3) { transition-delay: .16s; }

.cl-motion-ready .cl-practice__list article:nth-child(4) { transition-delay: .24s; }
.cl-motion-ready .cl-practice__list article:nth-child(5) { transition-delay: .32s; }
.cl-motion-ready .cl-practice__list article:nth-child(6) { transition-delay: .4s; }

.cl-motion-ready .cl-section .cl-section-label::after {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s cubic-bezier(.2, .72, .2, 1) .16s;
}

.cl-motion-ready .cl-section.cl-in-view .cl-section-label::after,
.cl-subhero .cl-section-label::after {
    transform: scaleX(1);
}

@keyframes cl-hero-fade {
    from { opacity: 0; filter: saturate(.55); }
    to { opacity: 1; filter: saturate(1); }
}

@keyframes cl-copy-up {
    from { opacity: 0; transform: translate3d(0, 28px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes cl-nav-in {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes cl-ring-turn {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cl-scroll-progress { display: none; }
    .cl-hero__media,
    .cl-lawyer__portrait img { transform: none; }
    .cl-contact__button::before { animation: none; }
    [data-reveal] { opacity: 1; transform: none; transition: none; }
}

@media (prefers-reduced-motion: no-preference) {
    .cl-hero__media { animation: cl-hero-fade 1.45s ease both; }
    .cl-hero .cl-eyebrow { animation: cl-copy-up .7s ease .18s both; }
    .cl-hero h1 { animation: cl-copy-up .85s cubic-bezier(.2, .72, .2, 1) .3s both; }
    .cl-hero__description { animation: cl-copy-up .75s ease .46s both; }
    .cl-hero__actions { animation: cl-copy-up .75s ease .58s both; }
    .cl-hero__foot { animation: cl-copy-up .7s ease .75s both; }
    .cl-contact__button::before { animation: cl-ring-turn 18s linear infinite; }
}

@media (max-width: 1180px) {
    :root { --cl-shell: min(100% - 64px, 1120px); }
    .cl-header__inner { grid-template-columns: 205px 1fr 126px; }
    .cl-logo { width: 190px; }
    .cl-nav { gap: 20px; }
    .cl-nav a { font-size: 13px; }
    .cl-mission__grid { grid-template-columns: 130px 1fr; }
    .cl-mission__principles { grid-column: 2; }
    .cl-practice__list article { grid-template-columns: 45px 145px 1fr 28px; }
    .cl-practice__list article:nth-child(odd) { padding-right: 28px; }
    .cl-practice__list article:nth-child(even) { padding-left: 28px; }
    .cl-case { grid-template-columns: 55px 155px 1fr 210px 38px; }
    .cl-footer { padding-inline: 32px; }
}

@media (max-width: 960px) {
    :root { --cl-shell: calc(100% - 48px); }
    .cl-section { padding: 105px 0; }
    .cl-header { height: 76px; }
    .cl-header__inner { display: flex; justify-content: space-between; }
    .cl-header__cta { display: none; }
    .cl-logo { position: relative; z-index: 3; width: 190px; }
    .cl-menu-toggle {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45px;
        height: 45px;
        padding: 0 9px;
        border: 0;
        background: transparent;
        color: inherit;
        cursor: pointer;
    }
    .cl-menu-toggle span { width: 26px; height: 1px; margin: 3px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
    .cl-menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .cl-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .cl-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .cl-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .cl-nav {
        position: fixed;
        z-index: 2;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 90px 10vw;
        gap: 12px;
        visibility: hidden;
        opacity: 0;
        background: var(--cl-navy);
        color: #fff;
        transform: translateY(-20px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s;
    }
    .cl-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
    .cl-nav a { font-family: "MaruBuri", serif; font-size: 28px; font-weight: 500; }
    .cl-nav.is-open a { animation: cl-nav-in .46s cubic-bezier(.2, .72, .2, 1) both; }
    .cl-nav.is-open a:nth-child(2) { animation-delay: .05s; }
    .cl-nav.is-open a:nth-child(3) { animation-delay: .1s; }
    .cl-nav.is-open a:nth-child(4) { animation-delay: .15s; }
    .cl-nav.is-open a:nth-child(5) { animation-delay: .2s; }
    .cl-header:has(.cl-nav.is-open) .cl-logo { filter: brightness(0) invert(1); }
    .cl-header:has(.cl-nav.is-open) .cl-menu-toggle { color: #fff; }
    .cl-hero h1 { max-width: 670px; }
    .cl-hero__line { display: none; }
    .cl-mission__grid { grid-template-columns: 1fr; gap: 45px; }
    .cl-mission__principles { grid-column: 1; }
    .cl-heading-row, .cl-content-heading { grid-template-columns: 1fr; gap: 30px; }
    .cl-practice__list { grid-template-columns: 1fr; }
    .cl-practice__list article,
    .cl-practice__list article:nth-child(odd),
    .cl-practice__list article:nth-child(even) { grid-template-columns: 55px 180px 1fr 30px; padding: 26px 10px 26px 0; border-right: 0; }
    .cl-lawyer__grid { grid-template-columns: .85fr 1.15fr; gap: 70px; }
    .cl-lawyer__portrait figcaption { right: -35px; }
    .cl-case { grid-template-columns: 50px 130px 1fr 38px; padding-block: 28px; }
    .cl-case p { display: none; }
    .cl-column-card { min-height: 410px; padding-inline: 28px; }
    .cl-column-card__link { right: 28px; left: 28px; }
    .cl-faq__grid { grid-template-columns: .7fr 1.3fr; gap: 60px; }
    .cl-visit__card { width: 60%; }
    .cl-footer__top { grid-template-columns: 1fr; gap: 55px; }
    .cl-article-layout { grid-template-columns: 160px minmax(0, 1fr); gap: 60px; }
}

@media (max-width: 720px) {
    :root { --cl-shell: calc(100% - 36px); }
    body.cl-sample-page { font-size: 15px; }
    .cl-demo-bar { min-height: 29px; padding-inline: 12px; }
    .cl-demo-bar strong { display: none; }
    .cl-header { top: 29px; height: 70px; }
    .cl-sample-case-archive .cl-header:not(.is-scrolled),
    .cl-sample-column-archive .cl-header:not(.is-scrolled),
    .cl-sample-case-single .cl-header:not(.is-scrolled),
    .cl-sample-column-single .cl-header:not(.is-scrolled) { top: 29px; }
    .cl-header.is-scrolled,
    .cl-sample-case-archive .cl-header,
    .cl-sample-column-archive .cl-header,
    .cl-sample-case-single .cl-header,
    .cl-sample-column-single .cl-header { height: 66px; }
    .admin-bar .cl-header.is-scrolled,
    .admin-bar.cl-sample-case-archive .cl-header,
    .admin-bar.cl-sample-column-archive .cl-header,
    .admin-bar.cl-sample-case-single .cl-header,
    .admin-bar.cl-sample-column-single .cl-header { top: 46px; }
    .cl-logo { width: 168px; }
    .cl-section { padding: 84px 0; }
    .cl-hero { min-height: 760px; align-items: flex-end; padding-bottom: 105px; }
    .cl-hero__media { background-position: 58% center; }
    .cl-hero__veil { background: linear-gradient(0deg, rgba(4, 18, 36, .95) 0%, rgba(4, 18, 36, .6) 60%, rgba(4, 18, 36, .3) 100%); }
    .cl-hero__content { padding-top: 0; }
    .cl-eyebrow { font-size: 9px; }
    .cl-hero h1 { margin-top: 22px; font-size: clamp(38px, 10.5vw, 48px); line-height: 1.4; }
    .cl-hero__description { margin-top: 18px !important; font-size: 16px; }
    .cl-hero__actions { margin-top: 36px; gap: 24px; }
    .cl-button { min-width: 176px; min-height: 54px; }
    .cl-hero__actions .cl-text-link { display: none; }
    .cl-hero__foot { right: 18px; bottom: 20px; left: 18px; }
    .cl-hero__foot span:last-child { display: none; }
    .cl-mission__grid { gap: 34px; }
    .cl-mission h2 { font-size: 36px; }
    .cl-mission .cl-lead { margin-top: 28px !important; font-size: 15px; }
    .cl-mission .cl-text-link { margin-top: 32px; }
    .cl-mission__principles article { grid-template-columns: 35px 82px 1fr; gap: 10px; }
    .cl-mission__principles p { font-size: 12px; }
    .cl-heading-row h2, .cl-content-heading h2 { font-size: 35px; }
    .cl-heading-row > p { font-size: 13px; }
    .cl-practice__list { margin-top: 52px; }
    .cl-practice__list article,
    .cl-practice__list article:nth-child(odd),
    .cl-practice__list article:nth-child(even) { grid-template-columns: 40px 1fr 30px; min-height: 122px; }
    .cl-practice__list article > span { grid-row: 1 / span 2; }
    .cl-practice__list h3 { font-size: 19px; }
    .cl-practice__list p { grid-column: 2; margin-top: 7px; font-size: 12px; }
    .cl-practice__list article > a { grid-column: 3; grid-row: 1 / span 2; }
    .cl-lawyer__grid { grid-template-columns: 1fr; gap: 70px; }
    .cl-lawyer__portrait { width: calc(100% - 34px); }
    .cl-lawyer__portrait figcaption { right: -34px; bottom: 25px; width: 150px; padding: 18px 20px; }
    .cl-lawyer__copy blockquote { margin-top: 35px; font-size: 34px; }
    .cl-lawyer__copy > p { margin-top: 28px; font-size: 14px; }
    .cl-content-heading { padding-bottom: 35px; }
    .cl-content-heading > div:last-child { display: block; }
    .cl-content-heading .cl-text-link { margin-top: 20px; }
    .cl-case { grid-template-columns: 36px 1fr 35px; min-height: 0; padding: 28px 0; }
    .cl-case__number { grid-row: 1 / span 2; }
    .cl-tag { grid-column: 2; }
    .cl-case h3 { grid-column: 2; margin-top: 10px; padding-right: 15px; font-size: 17px; }
    .cl-case__arrow { grid-column: 3; grid-row: 1 / span 2; width: 34px; height: 34px; }
    .cl-column-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .cl-column-card { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
    .cl-column-card:last-child { border-bottom: 0; }
    .cl-column-card h3 { margin-top: 36px; font-size: 22px; }
    .cl-faq__grid { grid-template-columns: 1fr; gap: 55px; }
    .cl-faq h2 { font-size: 36px; }
    .cl-faq summary { grid-template-columns: 34px 1fr 20px; min-height: 82px; font-size: 15px; }
    .cl-faq details > p { padding: 0 34px 26px; font-size: 13px; }
    .cl-visit, .cl-visit__content { min-height: 680px; }
    .cl-visit__image { background-position: 60% center; }
    .cl-visit__card { right: 0; left: 0; width: auto; padding: 40px 32px 44px; }
    .cl-visit h2 { font-size: 37px; }
    .cl-contact { padding: 80px 0; }
    .cl-contact__inner { grid-template-columns: 1fr; gap: 45px; }
    .cl-contact h2 { font-size: 34px; }
    .cl-contact__button { width: 165px; height: 165px; padding: 24px; }
    .cl-contact__button span { margin-top: 42px; font-size: 14px; }
    .cl-footer { padding: 62px 18px 22px; }
    .cl-footer__brand img { width: 200px; }
    .cl-footer__meta { grid-template-columns: 1fr; }
    .cl-footer__meta > div:nth-child(even) { padding-left: 0; border-left: 0; }
    .cl-footer__bottom { flex-direction: column; gap: 7px; }
    .cl-subhero { padding: 170px 0 75px; }
    .cl-subhero h1 { font-size: 50px; }
    .cl-subhero p { font-size: 14px; }
    .cl-archive__notice { align-items: flex-start; flex-direction: column; gap: 5px; }
    .cl-archive__toolbar { align-items: flex-end; gap: 20px; }
    .cl-archive__toolbar a { font-size: 11px; }
    .cl-archive__grid { grid-template-columns: 1fr; }
    .cl-archive-card,
    .cl-archive-card:nth-child(odd),
    .cl-archive-card:nth-child(even) { min-height: 0; padding: 38px 0; border-right: 0; }
    .cl-archive__grid .cl-archive-card:not(:last-child) { border-bottom: 1px solid var(--cl-line); }
    .cl-archive__grid .cl-archive-card:last-child { border-bottom: 0; }
    .cl-archive-card h2 { margin-top: 25px; font-size: 21px; }
    .cl-article-head { padding: 165px 0 72px; }
    .cl-article-head__meta { margin-top: 35px; }
    .cl-article-head h1 { font-size: 35px; }
    .cl-article-head p { font-size: 14px; }
    .cl-article-layout { grid-template-columns: 1fr; gap: 45px; padding-block: 70px 90px; }
    .cl-article-layout aside { display: none; }
    .cl-article-content { font-size: 15px; line-height: 1.95; }
    .cl-article-content h2 { margin-top: 48px; font-size: 23px; }
}

@media (max-width: 390px) {
    :root { --cl-shell: calc(100% - 28px); }
    .cl-logo { width: 154px; }
    .cl-hero h1 { font-size: 36px; }
    .cl-mission__principles article { grid-template-columns: 30px 1fr; }
    .cl-mission__principles p { grid-column: 2; }
    .cl-practice__list p { padding-right: 8px; }
    .cl-contact h2 { font-size: 31px; }
}

/* --------------------------------------------------------------------------
   Choongnyeong live theme refinements
   -------------------------------------------------------------------------- */

:root {
    --cl-navy: #061c3b;
    --cl-navy-2: #0b3151;
    --cl-ink: #182129;
    --cl-muted: #63707a;
    --cl-ivory: #f1ece2;
    --cl-paper: #f9f7f2;
    --cl-sage: #85998a;
    --cl-line: rgba(6, 28, 59, .14);
}

body.cl-sample-page {
    font-family: "IBM Plex Sans KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
    letter-spacing: -.012em;
}

.cl-header {
    top: 0;
}

.admin-bar .cl-header {
    top: 32px;
}

.cl-header__inner {
    grid-template-columns: minmax(220px, 260px) 1fr 146px;
}

.cl-nav,
.cl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cl-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.1vw, 36px);
}

.cl-nav__list > li {
    position: relative;
}

.cl-nav__list > li > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    gap: 7px;
    white-space: nowrap;
}

.cl-nav__list > li > a > span {
    font-size: 10px;
    opacity: .72;
}

.cl-nav .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    width: max-content;
    min-width: 176px;
    padding: 14px 0;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(5, 24, 50, .96);
    color: #fff;
    box-shadow: 0 18px 38px rgba(4, 16, 31, .2);
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.cl-header.is-scrolled .cl-nav .sub-menu,
.cl-interior-page .cl-nav .sub-menu {
    border-color: var(--cl-line);
    background: rgba(255, 255, 255, .98);
    color: var(--cl-navy);
}

.cl-nav li:hover > .sub-menu,
.cl-nav li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.cl-nav .sub-menu a {
    display: block;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.cl-nav .sub-menu a::after {
    display: none;
}

.cl-nav .sub-menu a:hover,
.cl-nav .sub-menu a:focus-visible {
    background: rgba(255, 255, 255, .08);
}

.cl-header.is-scrolled .cl-nav .sub-menu a:hover,
.cl-interior-page .cl-nav .sub-menu a:hover,
.cl-interior-page .cl-nav .sub-menu a:focus-visible {
    background: rgba(6, 28, 59, .06);
}

.cl-interior-page .cl-header {
    position: absolute;
    height: 80px;
    background: rgba(255, 255, 255, .98);
    color: var(--cl-navy);
    box-shadow: 0 1px 0 var(--cl-line);
}

.cl-interior-page .cl-logo {
    filter: none;
}

.cl-interior-page .cl-header__cta {
    border-color: var(--cl-navy);
    background: var(--cl-navy);
    color: #fff;
}

.cl-hero__media {
    overflow: hidden;
    background: var(--cl-navy);
}

.cl-hero__media > span {
    position: absolute;
    inset: -2%;
    opacity: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.035);
    transition: opacity 1.2s ease, transform 6.5s ease;
}

.cl-hero__media > span:nth-child(2) {
    background-position: center 56%;
}

.cl-hero__media > span:nth-child(3) {
    background-position: center 52%;
}

.cl-hero__media > span.is-active {
    opacity: 1;
    transform: scale(1);
}

.cl-hero__veil {
    background: linear-gradient(90deg, rgba(2, 18, 39, .92) 0%, rgba(2, 18, 39, .65) 42%, rgba(2, 18, 39, .2) 76%, rgba(2, 18, 39, .12) 100%);
}

.cl-hero h1 {
    max-width: 910px;
    font-size: clamp(54px, 5vw, 80px);
    line-height: 1.34;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.cl-hero__counter {
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em;
}

.cl-greeting {
    background: var(--cl-paper);
}

.cl-greeting__grid {
    display: grid;
    grid-template-columns: 140px minmax(0, .95fr) minmax(360px, .85fr);
    align-items: center;
    gap: clamp(38px, 5vw, 92px);
}

.cl-greeting__copy h2 {
    margin-top: 18px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: clamp(40px, 3.3vw, 52px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.cl-greeting__copy h2 > span {
    white-space: nowrap;
}

.cl-greeting__copy h2 em {
    color: var(--cl-sage);
    font-style: normal;
}

.cl-greeting__copy > p:last-of-type {
    max-width: 610px;
    margin-top: 34px;
    color: #45515c;
    font-size: 17px;
    line-height: 1.95;
}

.cl-greeting__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: var(--cl-navy);
}

.cl-greeting__media > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.cl-video-link {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    padding: 22px 26px;
    color: #fff !important;
    background: rgba(5, 24, 50, .9);
    backdrop-filter: blur(10px);
}

.cl-video-link > span {
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 22px;
}

.cl-video-link strong {
    font-size: 14px;
    font-weight: 500;
}

.cl-video-link small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

.cl-social-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    gap: 8px 24px;
}

.cl-social-links a {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-navy);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
}

.cl-social-links span {
    margin-left: 8px;
}

.cl-mission {
    background: #f1ede5;
}

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

.cl-practice__list article,
.cl-practice__list article:nth-child(odd),
.cl-practice__list article:nth-child(even) {
    grid-template-columns: 54px 170px 1fr 36px;
    min-height: 170px;
    padding: 34px 32px 34px 0;
    border-right: 0;
}

.cl-practice__list article:nth-child(even) {
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.cl-lawyer__copy .cl-text-link {
    margin-top: 32px;
}

.cl-journal {
    background: var(--cl-paper);
}

.cl-journal .cl-content-heading {
    border-bottom: 0;
}

.cl-journal__links {
    margin-top: 58px;
    border-top: 1px solid var(--cl-line);
}

.cl-journal__links > a {
    display: grid;
    grid-template-columns: 74px minmax(180px, .75fr) 1fr 48px;
    align-items: center;
    min-height: 118px;
    border-bottom: 1px solid var(--cl-line);
    transition: color .2s ease, padding .2s ease;
}

.cl-journal__links > a:hover,
.cl-journal__links > a:focus-visible {
    padding-inline: 12px;
    color: var(--cl-navy);
}

.cl-journal__links span,
.cl-journal__links small {
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-journal__links strong {
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 28px;
    font-weight: 500;
}

.cl-journal__links i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--cl-line);
    border-radius: 50%;
    font-style: normal;
}

.cl-visit__image {
    background-image: linear-gradient(90deg, rgba(5, 24, 50, .25), rgba(5, 24, 50, .04)), url("../images/hero-02.jpg");
    background-position: center;
}

.cl-visit__card {
    background: rgba(5, 24, 50, .94);
}

.cl-page-hero {
    padding: 190px 0 88px;
    color: #fff;
    background: var(--cl-navy);
}

.cl-page-hero p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
}

.cl-page-hero h1 {
    max-width: 950px;
    margin: 0;
    font-family: "MaruBuri", serif;
    font-size: clamp(46px, 5.2vw, 72px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.045em;
}

.cl-page-body {
    min-height: 52vh;
    padding: 96px 0 130px;
    background: var(--cl-paper);
}

.cl-entry-content {
    max-width: 980px;
    margin-inline: auto;
    color: #33404b;
    font-size: 17px;
    line-height: 1.9;
}

.cl-entry-content--elementor {
    max-width: none;
}

.cl-entry-content h2,
.cl-entry-content h3 {
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-weight: 500;
    letter-spacing: -.035em;
}

.cl-entry-content h2 {
    margin: 60px 0 24px;
    font-size: 34px;
}

.cl-entry-content h3 {
    margin: 44px 0 18px;
    font-size: 26px;
}

.cl-page-empty {
    max-width: 760px;
    padding: 60px 0;
}

.cl-page-empty > span {
    color: var(--cl-sage);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
}

.cl-page-empty h2 {
    margin: 18px 0 16px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 500;
}

.cl-page-empty p {
    margin: 0 0 34px;
    color: var(--cl-muted);
}

.cl-button--navy {
    color: #fff !important;
    background: var(--cl-navy);
}

.cl-post-list article {
    padding: 42px 0;
    border-bottom: 1px solid var(--cl-line);
}

.cl-post-list time {
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-post-list h2 {
    margin: 12px 0 14px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 1180px) {
    .cl-header__inner { grid-template-columns: 205px 1fr 126px; }
    .cl-nav__list { gap: 18px; }
    .cl-nav__list > li > a { font-size: 12px; }
    .cl-greeting__grid { grid-template-columns: 110px minmax(0, 1fr) minmax(320px, .8fr); gap: 45px; }
}

@media (max-width: 960px) {
    .cl-header__inner { display: flex; }
    .cl-nav__list {
        display: block;
        width: 100%;
    }
    .cl-nav__list > li {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }
    .cl-nav__list > li > a {
        min-height: 58px;
        font-family: "MaruBuri", serif;
        font-size: 23px;
    }
    .cl-nav .sub-menu,
    .cl-header.is-scrolled .cl-nav .sub-menu,
    .cl-interior-page .cl-nav .sub-menu {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
        min-width: 0;
        padding: 0 0 14px 18px;
        visibility: visible;
        opacity: 1;
        border: 0;
        background: transparent;
        color: rgba(255, 255, 255, .68);
        box-shadow: none;
        transform: none;
    }
    .cl-nav .sub-menu a {
        padding: 6px 0;
        font-family: "IBM Plex Sans KR", sans-serif;
        font-size: 12px;
    }
    .cl-interior-page .cl-header:has(.cl-nav.is-open) .cl-logo { filter: brightness(0) invert(1); }
    .cl-interior-page .cl-header:has(.cl-nav.is-open) .cl-menu-toggle { color: #fff; }
    .cl-greeting__grid { grid-template-columns: 1fr 1fr; }
    .cl-greeting__grid > .cl-section-label { grid-column: 1 / -1; }
    .cl-greeting__media { min-height: 450px; }
    .cl-greeting__media > img { min-height: 450px; }
    .cl-practice__list article,
    .cl-practice__list article:nth-child(odd),
    .cl-practice__list article:nth-child(even) { grid-template-columns: 45px 145px 1fr 30px; padding: 30px 24px 30px 0; border-left: 0; }
}

@media (max-width: 720px) {
    .admin-bar .cl-header { top: 46px; }
    .cl-interior-page .cl-header { height: 70px; }
    .cl-hero h1 { font-size: clamp(36px, 10vw, 46px); line-height: 1.42; }
    .cl-hero__veil { background: linear-gradient(0deg, rgba(3, 18, 38, .96) 0%, rgba(3, 18, 38, .58) 62%, rgba(3, 18, 38, .32) 100%); }
    .cl-hero__media > span:nth-child(1) { background-position: 55% center; }
    .cl-hero__media > span:nth-child(2),
    .cl-hero__media > span:nth-child(3) { background-position: center; }
    .cl-greeting__grid { grid-template-columns: 1fr; gap: 38px; }
    .cl-greeting__grid > .cl-section-label { grid-column: 1; }
    .cl-greeting__copy h2 { font-size: 36px; }
    .cl-greeting__copy h2 > span { white-space: normal; }
    .cl-greeting__copy > p:last-of-type { margin-top: 26px; font-size: 15px; }
    .cl-greeting__media,
    .cl-greeting__media > img { min-height: 360px; }
    .cl-social-links { margin-top: 28px; gap: 8px 18px; }
    .cl-practice__list { grid-template-columns: 1fr; }
    .cl-practice__list article,
    .cl-practice__list article:nth-child(odd),
    .cl-practice__list article:nth-child(even) { grid-template-columns: 38px 1fr 30px; padding: 28px 0; border-left: 0; }
    .cl-practice__list article > span { grid-row: 1 / span 2; }
    .cl-practice__list article h3 { grid-column: 2; }
    .cl-practice__list article p { grid-column: 2; }
    .cl-practice__list article > a { grid-column: 3; grid-row: 1 / span 2; }
    .cl-journal__links > a { grid-template-columns: 42px 1fr 40px; min-height: 100px; }
    .cl-journal__links small { grid-column: 2; margin-top: 5px; }
    .cl-journal__links i { grid-column: 3; grid-row: 1 / span 2; }
    .cl-journal__links strong { font-size: 22px; }
    .cl-page-hero { padding: 148px 0 62px; }
    .cl-page-hero h1 { font-size: 42px; }
    .cl-page-body { padding: 66px 0 90px; }
    .cl-entry-content { font-size: 15px; line-height: 1.85; }
    .cl-footer__bottom a { color: rgba(255, 255, 255, .65); }
}

@media (prefers-reduced-motion: reduce) {
    .cl-hero__media > span { transition: none; }
}

/* 2026-08 client materials: Korean-first editorial system */
.cl-hero__media > span:nth-child(1) { background-position: center 58%; }
.cl-hero__media > span:nth-child(2) { background-position: center 54%; }
.cl-hero__media > span:nth-child(3) { background-position: center 56%; }

.cl-mission h2 {
    word-break: keep-all;
}

.cl-header__cta,
.cl-button {
    letter-spacing: -.01em;
}

.cl-practice__list article {
    grid-template-columns: 54px 160px minmax(0, 1fr) 58px;
}

.cl-practice__list article > a {
    display: inline-flex;
    width: auto;
    height: auto;
    justify-content: center;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    border-radius: 0;
    font-size: 11px;
}

.cl-practice__list article > a:hover,
.cl-practice__list article > a:focus-visible {
    color: #fff;
    background: transparent;
    transform: translateY(-2px);
}

.cl-journal__links i {
    display: inline-flex;
    width: auto;
    height: auto;
    justify-content: center;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 1px solid var(--cl-line);
    border-radius: 0;
    font-size: 11px;
}

.cl-greeting__media--video {
    aspect-ratio: 16 / 9;
    min-height: 0;
    align-self: center;
    background: #0b223e;
}

.cl-youtube-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
    overflow: hidden;
    color: #fff !important;
}

.cl-youtube-card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(4, 20, 40, .94), rgba(4, 20, 40, .04) 68%);
    content: "";
}

.cl-youtube-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #0b223e;
    transition: transform .6s cubic-bezier(.2, .72, .2, 1);
}

.cl-youtube-card:hover img,
.cl-youtube-card:focus-visible img {
    transform: scale(1.035);
}

.cl-youtube-card__play,
.cl-youtube-card strong,
.cl-youtube-card small {
    position: relative;
    z-index: 2;
}

.cl-youtube-card__play {
    display: inline-flex;
    width: max-content;
    margin-bottom: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .65);
    font-size: 10px;
}

.cl-youtube-card strong {
    font-family: "MaruBuri", serif;
    font-size: 24px;
    font-weight: 500;
}

.cl-youtube-card small {
    margin-top: 7px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.cl-visit__image {
    background-image: linear-gradient(90deg, rgba(5, 24, 50, .64), rgba(5, 24, 50, .08) 72%), url("../images/office-07.jpg");
    background-position: center;
}

.cl-contact__button {
    display: flex;
    width: 240px;
    height: 68px;
    min-height: 68px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    border-radius: 0;
}

.cl-contact__button::before {
    display: none;
}

.cl-contact__button:hover {
    transform: translateX(5px);
}

.cl-contact__button span,
.cl-contact__button i {
    align-self: auto;
    margin: 0;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-size: 13px;
}

.cl-contact__button i {
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
}

.cl-footer__meta {
    grid-template-columns: 1fr 1.5fr;
}

.cl-page-hero > .cl-shell > p {
    letter-spacing: .08em;
}

.cl-page-intro {
    display: grid;
    grid-template-columns: 135px minmax(320px, 1.15fr) minmax(260px, .75fr);
    gap: 46px;
    align-items: start;
    padding-bottom: 82px;
}

.cl-page-intro > span,
.cl-profile-label,
.cl-profile-hero > div > span,
.cl-profile-cases > div > span,
.cl-profile-media > div > span,
.cl-life-story__copy > span,
.cl-location-info > span,
.cl-booking > span {
    color: var(--cl-sage);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
}

.cl-page-intro h2,
.cl-profile-hero h2,
.cl-profile-cases h2,
.cl-profile-media h2,
.cl-life-story h2,
.cl-location-info h2,
.cl-booking h2 {
    margin: 0;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.cl-page-intro > p {
    color: var(--cl-muted);
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}

.cl-page-intro--narrow {
    grid-template-columns: 135px minmax(360px, 1fr) minmax(240px, .65fr);
}

.cl-page-intro--wide h2 {
    max-width: 720px;
    font-size: clamp(34px, 3.4vw, 49px);
}

.cl-route-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 68px;
    border-top: 1px solid var(--cl-line);
}

.cl-route-grid > a {
    display: grid;
    grid-template-columns: 56px 1fr;
    min-height: 154px;
    align-content: center;
    padding: 28px 38px 28px 0;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-navy);
    transition: padding .25s ease, background .25s ease;
}

.cl-route-grid > a:nth-child(even) {
    padding-left: 38px;
    border-left: 1px solid var(--cl-line);
}

.cl-route-grid > a:hover,
.cl-route-grid > a:focus-visible {
    padding-inline: 22px;
    background: rgba(133, 154, 139, .08);
}

.cl-route-grid span {
    grid-row: 1 / span 2;
    color: var(--cl-muted);
    font-size: 11px;
}

.cl-route-grid strong {
    font-family: "MaruBuri", serif;
    font-size: 25px;
    font-weight: 500;
}

.cl-route-grid small {
    margin-top: 10px;
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-route-grid--two > a {
    min-height: 210px;
}

.cl-youtube-wide {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 0;
    margin-top: 70px;
    overflow: hidden;
    background: var(--cl-navy);
    color: #fff !important;
}

.cl-youtube-wide::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 20, 40, .92), rgba(4, 20, 40, .04) 70%);
    content: "";
}

.cl-youtube-wide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--cl-navy);
}

.cl-youtube-wide > span {
    position: absolute;
    right: 42px;
    bottom: 38px;
    left: 42px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.cl-youtube-wide small {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.cl-youtube-wide strong {
    margin-top: 8px;
    font-family: "MaruBuri", serif;
    font-size: 28px;
    font-weight: 500;
}

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

.cl-value-list article {
    min-height: 270px;
    padding: 38px;
    border-right: 1px solid var(--cl-line);
}

.cl-value-list article:last-child { border-right: 0; }
.cl-value-list span { color: var(--cl-muted); font-size: 11px; }
.cl-value-list h3 { margin-top: 48px; color: var(--cl-navy); font-family: "MaruBuri", serif; font-size: 28px; font-weight: 500; }
.cl-value-list p { margin-top: 16px; color: var(--cl-muted); font-size: 13px; line-height: 1.8; }

.cl-profile-hero {
    display: grid;
    grid-template-columns: minmax(340px, .8fr) minmax(420px, 1.2fr);
    gap: 110px;
    align-items: center;
}

.cl-profile-hero figure {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e8e8e6;
}

.cl-profile-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cl-profile-hero h2 { margin-top: 22px; }
.cl-profile-hero p { max-width: 620px; margin-top: 32px; color: var(--cl-muted); font-size: 16px; line-height: 1.95; }

.cl-profile-columns {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
    margin-top: 110px;
}

.cl-profile-columns section {
    padding-top: 24px;
    border-top: 1px solid var(--cl-navy);
}

.cl-profile-columns ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.cl-profile-columns li {
    padding: 10px 0;
    border-bottom: 1px solid var(--cl-line);
    color: #394653;
    font-size: 14px;
    line-height: 1.7;
}

.cl-profile-cases,
.cl-profile-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin-top: 110px;
    padding: 72px;
    background: var(--cl-navy);
}

.cl-profile-cases h2,
.cl-profile-media h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 38px;
}

.cl-profile-cases > p {
    align-self: end;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.9;
}

.cl-profile-media {
    margin-top: 1px;
    background: #102d4c;
}

.cl-profile-media > div:last-child {
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.cl-profile-media a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
}

.cl-profile-media a strong { font-size: 14px; font-weight: 500; }
.cl-profile-media a small { color: rgba(255, 255, 255, .55); font-size: 11px; }

.cl-life-story {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: center;
    margin-top: 110px;
}

.cl-life-story__image { aspect-ratio: 4 / 3; overflow: hidden; }
.cl-life-story__image img { width: 100%; height: 100%; object-fit: cover; }
.cl-life-story h2 { margin-top: 20px; font-size: 44px; }
.cl-life-story__copy > p { margin-top: 24px; color: #46525d; font-size: 15px; line-height: 1.9; }
.cl-life-story .cl-text-link { margin-top: 30px; }

.cl-timeline {
    margin-top: 70px;
    border-top: 1px solid var(--cl-navy);
}

.cl-timeline > a {
    display: grid;
    grid-template-columns: 140px 1fr 120px;
    align-items: center;
    min-height: 120px;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-navy);
}

.cl-timeline time { display: flex; align-items: baseline; gap: 10px; }
.cl-timeline time strong { font-family: "MaruBuri", serif; font-size: 24px; font-weight: 500; }
.cl-timeline time span, .cl-timeline small { color: var(--cl-muted); font-size: 11px; }
.cl-timeline h2 { font-family: "MaruBuri", serif; font-size: 22px; font-weight: 500; }

.cl-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    min-height: 620px;
    background: var(--cl-navy);
}

.cl-location-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }
.cl-location-info { display: flex; flex-direction: column; justify-content: center; padding: 62px; color: #fff; }
.cl-location-info h2 { margin-top: 20px; color: #fff; font-size: 42px; }
.cl-location-info dl { margin: 42px 0 34px; }
.cl-location-info dl > div { display: grid; grid-template-columns: 78px 1fr; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.cl-location-info dt { color: rgba(255, 255, 255, .5); font-size: 11px; }
.cl-location-info dd { margin: 0; font-size: 13px; line-height: 1.7; }
.cl-location-info .cl-button { width: max-content; }

.cl-office-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.cl-office-gallery figure { aspect-ratio: 4 / 3; overflow: hidden; }
.cl-office-gallery img { width: 100%; height: 100%; object-fit: cover; }

.cl-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 72px;
    border-top: 1px solid var(--cl-line);
}

.cl-service-grid > a {
    display: grid;
    grid-template-columns: 56px 170px 1fr;
    min-height: 160px;
    align-content: center;
    padding: 30px 34px 30px 0;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-navy);
    transition: background .25s ease, padding .25s ease;
}

.cl-service-grid > a:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--cl-line); }
.cl-service-grid > a:hover, .cl-service-grid > a:focus-visible { padding-inline: 22px; background: rgba(133, 154, 139, .08); }
.cl-service-grid span { grid-row: 1 / span 2; color: var(--cl-muted); font-size: 11px; }
.cl-service-grid h2 { color: var(--cl-navy); font-family: "MaruBuri", serif; font-size: 23px; font-weight: 500; }
.cl-service-grid p { color: var(--cl-muted); font-size: 12px; line-height: 1.8; }
.cl-service-grid small { grid-column: 3; margin-top: 12px; color: var(--cl-sage); font-size: 10px; }

.cl-case-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 38px;
}

.cl-case-labels span {
    padding: 8px 13px;
    border: 1px solid var(--cl-line);
    color: var(--cl-muted);
    font-size: 11px;
}

.cl-editorial-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
    border-top: 1px solid var(--cl-navy);
}

.cl-editorial-list > a {
    min-height: 310px;
    padding: 36px 46px 38px 0;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-navy);
}

.cl-editorial-list > a:nth-child(even) { padding-left: 46px; border-left: 1px solid var(--cl-line); }
.cl-editorial-list > a > div { display: flex; justify-content: space-between; color: var(--cl-muted); font-size: 10px; }
.cl-editorial-list h2 { margin-top: 55px; font-family: "MaruBuri", serif; font-size: 25px; font-weight: 500; line-height: 1.45; }
.cl-editorial-list p { margin-top: 18px; color: var(--cl-muted); font-size: 13px; line-height: 1.8; }
.cl-editorial-list small { display: inline-block; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--cl-navy); font-size: 10px; }

.cl-archive-empty {
    margin-top: 70px;
    padding: 80px 0;
}

.cl-archive-empty > span { color: var(--cl-sage); font-size: 11px; }
.cl-archive-empty h2 { margin-top: 18px; color: var(--cl-navy); font-family: "MaruBuri", serif; font-size: 32px; font-weight: 500; }
.cl-archive-empty p { margin-top: 16px; color: var(--cl-muted); font-size: 13px; }

.cl-faq-list {
    margin-top: 70px;
    border-top: 1px solid var(--cl-navy);
}

.cl-faq-list details { border-bottom: 1px solid var(--cl-line); }
.cl-faq-list summary { display: grid; grid-template-columns: 64px 1fr 44px; align-items: center; min-height: 104px; cursor: pointer; list-style: none; }
.cl-faq-list summary::-webkit-details-marker { display: none; }
.cl-faq-list summary span, .cl-faq-list summary i { color: var(--cl-muted); font-size: 11px; font-style: normal; }
.cl-faq-list summary strong { color: var(--cl-navy); font-family: "MaruBuri", serif; font-size: 20px; font-weight: 500; }
.cl-faq-list details > div { max-width: 850px; padding: 0 64px 36px; color: var(--cl-muted); font-size: 14px; line-height: 1.85; }

.cl-booking {
    max-width: 820px;
    padding: 20px 0 60px;
}

.cl-booking h2 { margin-top: 24px; }
.cl-booking > p { max-width: 620px; margin-top: 28px; color: var(--cl-muted); font-size: 16px; line-height: 1.85; }
.cl-booking .cl-button { margin-top: 38px; }
.cl-booking > small { display: block; margin-top: 14px; color: var(--cl-muted); font-size: 11px; }

@media (max-width: 1024px) {
    .cl-page-intro { grid-template-columns: 110px 1fr; }
    .cl-page-intro > p { grid-column: 2; max-width: 660px; }
    .cl-profile-hero { gap: 60px; }
    .cl-profile-columns, .cl-life-story { gap: 55px; }
    .cl-profile-cases, .cl-profile-media { gap: 55px; padding: 55px; }
    .cl-location-grid { grid-template-columns: 1fr; }
    .cl-location-map iframe { min-height: 470px; }
    .cl-location-info { padding: 55px; }
    .cl-service-grid > a { grid-template-columns: 44px 145px 1fr; }
}

@media (max-width: 720px) {
    .cl-hero__media > span:nth-child(1),
    .cl-hero__media > span:nth-child(2),
    .cl-hero__media > span:nth-child(3) { background-position: center; }
    .cl-practice__list article,
    .cl-practice__list article:nth-child(odd),
    .cl-practice__list article:nth-child(even) { grid-template-columns: 38px 1fr 48px; }
    .cl-contact__button { width: 220px; height: 62px; min-height: 62px; padding: 0 22px; }
    .cl-page-intro, .cl-page-intro--narrow { grid-template-columns: 1fr; gap: 20px; padding-bottom: 56px; }
    .cl-page-intro > p { grid-column: 1; }
    .cl-page-intro h2, .cl-page-intro--wide h2 { font-size: 34px; }
    .cl-route-grid, .cl-value-list, .cl-service-grid, .cl-editorial-list { grid-template-columns: 1fr; }
    .cl-route-grid > a, .cl-route-grid > a:nth-child(even) { min-height: 128px; padding: 24px 0; border-left: 0; }
    .cl-route-grid > a:hover, .cl-route-grid > a:focus-visible { padding-inline: 12px; }
    .cl-youtube-wide { min-height: 0; margin-top: 50px; }
    .cl-youtube-wide > span { right: 24px; bottom: 24px; left: 24px; }
    .cl-youtube-wide strong { font-size: 21px; }
    .cl-value-list article { min-height: 220px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--cl-line); }
    .cl-value-list article:last-child { border-bottom: 0; }
    .cl-profile-hero { grid-template-columns: 1fr; gap: 44px; }
    .cl-profile-hero figure { width: calc(100% - 34px); }
    .cl-profile-hero h2 { font-size: 40px; }
    .cl-profile-columns { grid-template-columns: 1fr; gap: 56px; margin-top: 72px; }
    .cl-profile-cases, .cl-profile-media { grid-template-columns: 1fr; gap: 35px; margin-top: 72px; padding: 38px 28px; }
    .cl-profile-media { margin-top: 1px; }
    .cl-profile-cases h2, .cl-profile-media h2 { font-size: 30px; }
    .cl-life-story { grid-template-columns: 1fr; gap: 45px; margin-top: 72px; }
    .cl-life-story h2 { font-size: 36px; }
    .cl-timeline > a { grid-template-columns: 92px 1fr; padding: 24px 0; }
    .cl-timeline small { display: none; }
    .cl-location-map iframe { min-height: 390px; }
    .cl-location-info { padding: 42px 24px; }
    .cl-location-info h2 { font-size: 36px; }
    .cl-location-info dl > div { grid-template-columns: 66px 1fr; }
    .cl-office-gallery { grid-template-columns: 1fr; }
    .cl-service-grid > a, .cl-service-grid > a:nth-child(even) { grid-template-columns: 40px 1fr; min-height: 160px; padding: 28px 0; border-left: 0; }
    .cl-service-grid p, .cl-service-grid small { grid-column: 2; }
    .cl-service-grid h2 { font-size: 22px; }
    .cl-case-labels { margin-top: 28px; }
    .cl-editorial-list { margin-top: 46px; }
    .cl-editorial-list > a, .cl-editorial-list > a:nth-child(even) { min-height: 260px; padding: 30px 0; border-left: 0; }
    .cl-editorial-list h2 { margin-top: 38px; font-size: 23px; }
    .cl-archive-empty { margin-top: 46px; padding: 58px 0; }
    .cl-archive-empty h2 { font-size: 27px; line-height: 1.5; }
    .cl-faq-list { margin-top: 48px; }
    .cl-faq-list summary { grid-template-columns: 42px 1fr 34px; min-height: 90px; }
    .cl-faq-list summary strong { font-size: 17px; }
    .cl-faq-list details > div { padding: 0 42px 30px; }
}

/* 2026-08 client feedback: responsive media, mobile navigation and section flow */
@media (max-width: 960px) {
    body.cl-menu-open .cl-header,
    body.cl-menu-open .cl-header.is-scrolled {
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .cl-menu-toggle:focus {
        outline: none;
    }

    .cl-menu-toggle:focus-visible {
        outline: 1px solid currentColor;
        outline-offset: 2px;
    }
}

@media (max-width: 720px) {
    .cl-practice .cl-heading-row h2 br {
        display: none;
    }

    .cl-greeting__media--video {
        min-height: 0;
    }

    .cl-visit,
    .cl-visit__content {
        min-height: 0;
    }

    .cl-visit__content {
        display: flex;
        align-items: center;
        padding: 68px 0;
    }

    .cl-visit__card {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .cl-contact {
        position: relative;
        z-index: 1;
    }
}

/* 2026-08-12 client document: readable details, balanced mission and clean media */
.cl-mission__role-title {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--cl-line);
    color: var(--cl-muted);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.02em;
}

@media (min-width: 1181px) {
    .cl-mission__grid {
        align-items: stretch;
    }

    .cl-mission__copy,
    .cl-mission__principles {
        align-self: stretch;
    }

    .cl-mission__principles {
        display: grid;
        grid-template-rows: auto repeat(3, minmax(0, 1fr));
    }

    .cl-mission__principles article {
        align-content: center;
    }
}

.cl-youtube-card__headline,
.cl-youtube-wide__headline {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 75%;
    color: #fff;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -.045em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.cl-youtube-card__headline {
    top: 30px;
    left: 30px;
    font-size: clamp(22px, 2.25vw, 34px);
}

.cl-youtube-wide > .cl-youtube-wide__headline {
    top: clamp(28px, 5vw, 64px);
    right: auto;
    bottom: auto;
    left: clamp(28px, 5vw, 64px);
    display: block;
    flex-direction: initial;
    font-size: clamp(30px, 4.1vw, 56px);
}

.cl-route-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-route-grid--three > a,
.cl-route-grid--three > a:nth-child(even) {
    grid-template-columns: 44px 1fr;
    padding: 28px;
    border-left: 1px solid var(--cl-line);
}

.cl-route-grid--three > a:first-child {
    padding-left: 0;
    border-left: 0;
}

/* The document asks for a modest increase only on secondary copy. */
.cl-hero__foot,
.cl-section-label,
.cl-page-hero p {
    font-size: 12px;
}

.cl-mission__principles article > span,
.cl-route-grid span,
.cl-service-grid span,
.cl-case-labels span,
.cl-page-empty > span,
.cl-archive-empty > span,
.cl-faq-list summary span,
.cl-faq-list summary i,
.cl-location-info dt,
.cl-booking > small {
    font-size: 12px;
}

.cl-social-links a,
.cl-journal__links span,
.cl-journal__links small,
.cl-journal__links i,
.cl-route-grid small,
.cl-service-grid p,
.cl-editorial-list > a > div,
.cl-editorial-list small,
.cl-archive-empty p {
    font-size: 13px;
}

.cl-practice__list p,
.cl-location-info dd,
.cl-faq-list details > div {
    font-size: 14px;
}

@media (max-width: 960px) {
    .cl-nav {
        height: 100vh;
        height: 100dvh;
        justify-content: flex-start;
        padding-top: max(96px, calc(env(safe-area-inset-top) + 82px));
        padding-bottom: max(38px, env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .cl-nav__list > li > a,
    .cl-nav .sub-menu a {
        touch-action: manipulation;
    }
}

@media (max-width: 720px) {
    .cl-route-grid--three {
        grid-template-columns: 1fr;
    }

    .cl-route-grid--three > a,
    .cl-route-grid--three > a:nth-child(even),
    .cl-route-grid--three > a:first-child {
        min-height: 128px;
        padding: 24px 0;
        border-left: 0;
    }

    .cl-youtube-card__headline {
        top: 22px;
        left: 22px;
        font-size: clamp(22px, 7vw, 30px);
    }

    .cl-youtube-wide > .cl-youtube-wide__headline {
        top: 22px;
        right: auto;
        bottom: auto;
        left: 22px;
        font-size: clamp(25px, 8vw, 38px);
    }

    .cl-eyebrow {
        font-size: 11px;
    }

    .cl-mission__principles p,
    .cl-heading-row > p,
    .cl-practice__list p,
    .cl-faq details > p {
        font-size: 13px;
    }
}

/* 2026-08-13 greeting page and final small-type pass */
.cl-hero__line {
    font-size: 11px;
}

.cl-lawyer__portrait figcaption span,
.cl-contact p {
    font-size: 11px;
}

.cl-youtube-card__play,
.cl-contact__button i {
    font-size: 11px;
}

.cl-demo-bar span,
.cl-column-card__link,
.cl-faq summary span,
.cl-article-layout aside > span,
.cl-nav__list > li > a > span,
.cl-service-grid small {
    font-size: 11px;
}

.cl-footer__meta span {
    font-size: 11px;
    letter-spacing: .1em;
}

.cl-footer__meta strong,
.cl-footer__meta a {
    font-size: 13px;
}

.cl-footer__bottom {
    font-size: 11px;
}

.cl-greeting-story {
    border-top: 1px solid var(--cl-line);
}

.cl-greeting-story__section {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: clamp(42px, 7vw, 100px);
    padding: 110px 0;
    border-bottom: 1px solid var(--cl-line);
}

.cl-greeting-story__number {
    padding-top: 11px;
    color: var(--cl-sage);
    font-family: "MaruBuri", serif;
    font-size: 14px;
    letter-spacing: .08em;
}

.cl-greeting-story__content {
    max-width: 890px;
}

.cl-greeting-story__content > h2 {
    margin: 0;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: clamp(37px, 4.2vw, 58px);
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -.05em;
    word-break: keep-all;
}

.cl-greeting-story__copy,
.cl-greeting-story__lead,
.cl-greeting-story__chapter,
.cl-greeting-story__closing {
    max-width: 760px;
}

.cl-greeting-story__copy {
    margin-top: 50px;
}

.cl-greeting-story__copy p,
.cl-greeting-story__lead,
.cl-greeting-story__chapter p,
.cl-greeting-story__closing {
    margin: 0;
    color: #3f4c57;
    font-size: 17px;
    line-height: 1.95;
    letter-spacing: -.012em;
    word-break: keep-all;
}

.cl-greeting-story__copy p + p,
.cl-greeting-story__chapter p + p {
    margin-top: 12px;
}

.cl-greeting-story__lead {
    margin-top: 34px;
    color: var(--cl-muted);
}

.cl-greeting-story__chapter {
    margin-top: 72px;
}

.cl-greeting-story__chapter h3 {
    margin: 0 0 28px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.cl-greeting-story__chapter h3 span {
    display: block;
    margin-bottom: 9px;
    color: var(--cl-sage);
    font-family: "IBM Plex Sans KR", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
}

.cl-greeting-story__image {
    margin: 72px 0 4px;
}

.cl-greeting-story__image img {
    width: 100%;
    height: auto;
}

.cl-greeting-story__image--city {
    max-width: 760px;
}

.cl-greeting-story__image--city img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.cl-greeting-story__image--logo {
    max-width: 820px;
    padding: 28px;
    background: #eeeae2;
}

.cl-greeting-story__image figcaption {
    margin-top: 13px;
    color: var(--cl-muted);
    font-size: 12px;
}

.cl-greeting-story__section--closing {
    padding-bottom: 45px;
    border-bottom: 0;
}

.cl-greeting-story__closing {
    margin-top: 42px;
    color: var(--cl-navy);
    font-family: "MaruBuri", serif;
    font-size: 22px;
    line-height: 2;
}

@media (max-width: 720px) {
    .cl-greeting-story__section {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 72px 0;
    }

    .cl-greeting-story__number {
        padding-top: 0;
        font-size: 13px;
    }

    .cl-greeting-story__content > h2 {
        font-size: 35px;
        line-height: 1.42;
    }

    .cl-greeting-story__copy {
        margin-top: 36px;
    }

    .cl-greeting-story__copy p,
    .cl-greeting-story__lead,
    .cl-greeting-story__chapter p,
    .cl-greeting-story__closing {
        font-size: 15px;
        line-height: 1.9;
    }

    .cl-greeting-story__chapter {
        margin-top: 54px;
    }

    .cl-greeting-story__chapter h3 {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .cl-greeting-story__image {
        margin-top: 52px;
    }

    .cl-greeting-story__image--logo {
        margin-inline: 0;
        padding: 12px;
    }

    .cl-greeting-story__section--closing {
        padding-bottom: 10px;
    }

    .cl-greeting-story__closing {
        margin-top: 30px;
        font-size: 18px;
    }
}
