.nc-car { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: 0 var(--nc-gutter); }
.nc-car__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.nc-car__head .ht { max-width: 60ch; }
.nc-car__nav { display: flex; gap: 10px; flex: none; }
.nc-car__nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--nc-n-300); background: var(--nc-bg); color: var(--nc-ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s, opacity .2s; }
.nc-car__nav button:hover { background: var(--nc-ink); color: #fff; border-color: var(--nc-ink); }
.nc-car__nav button:disabled { opacity: .35; cursor: default; }
.nc-car__nav button:disabled:hover { background: var(--nc-bg); color: var(--nc-ink); border-color: var(--nc-n-300); }
.nc-car__nav .ic { width: 19px; height: 19px; }
.sx--dark .nc-car__nav button { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: #fff; }
.sx--dark .nc-car__nav button:hover { background: #fff; color: var(--nc-ink); }

.nc-car__track { display: grid; grid-auto-flow: column; gap: 24px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; overscroll-behavior-x: contain; }
.nc-car__track::-webkit-scrollbar { display: none; }
.nc-car__track > * { min-width: 0; }

.nc-car__track.w3 > * { width: calc((min(100vw,var(--nc-maxw-wide)) - 2*var(--nc-gutter) - 48px) / 3); }
.nc-car__track.w4 > * { width: calc((min(100vw,var(--nc-maxw-wide)) - 2*var(--nc-gutter) - 72px) / 4); }
@media (max-width: 1100px){ .nc-car__track.w3 > *, .nc-car__track.w4 > * { width: 340px; } }
@media (max-width: 640px){ .nc-car__track.w3 > *, .nc-car__track.w4 > * { width: 80vw; } }

.case { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--nc-n-200); border-radius: 24px; overflow: hidden; color: inherit; transition: transform .28s var(--nc-ease); }
.case:hover { transform: translateY(-5px); }
.case__img { aspect-ratio: 16/11; overflow: hidden; position: relative; background: var(--nc-n-100); }
.case__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--nc-ease); }
.case:hover .case__img img { transform: scale(1.05); }
.case__cat { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); color: var(--nc-ink); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.case__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.case__logo { height: 20px; width: auto; max-width: 96px; object-fit: contain; filter: grayscale(1); opacity: .7; margin-bottom: 14px; }
.case h3 { font-size: 1.22rem; color: var(--nc-ink); letter-spacing: -0.015em; line-height: 1.2; }
.case p { font-size: .95rem; color: var(--nc-fg-2); line-height: 1.55; margin-top: 10px; flex: 1; }
.case__link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--nc-red); margin-top: 18px; }
.case__link .ic { width: 15px; height: 15px; transition: transform .2s; }
.case:hover .case__link .ic { transform: translateX(3px); }

.tmt { display: flex; flex-direction: column; border-radius: 30px; padding: 30px 30px 26px; background: var(--nc-bg-alt); border: 1px solid transparent; }
.tmt--ink { background: var(--nc-ink); color: #fff; }
.tmt--red { background: var(--nc-red); color: #fff; }
.tmt__mark { font-family: Georgia, serif; font-size: 3.2rem; line-height: .6; height: 28px; color: var(--nc-red); }
.tmt--ink .tmt__mark, .tmt--red .tmt__mark { color: rgba(255,255,255,.55); }
.tmt__quote { font-size: 1.3rem; line-height: 1.45; color: var(--nc-ink); font-weight: 500; flex: 1; letter-spacing: -0.01em; }
.tmt--ink .tmt__quote, .tmt--red .tmt__quote { color: #fff; }
.tmt__quote .hl { color: var(--nc-red); }
.tmt--ink .tmt__quote .hl { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 3px; }
.tmt--red .tmt__quote .hl { color: #fff; }
.tmt__foot { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.tmt__av { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: none; }
.tmt__who { flex: 1; min-width: 0; }
.tmt__who b { display: block; font-size: .96rem; color: var(--nc-ink); line-height: 1.2; }
.tmt--ink .tmt__who b, .tmt--red .tmt__who b { color: #fff; }
.tmt__who span { font-size: .82rem; color: var(--nc-fg-3); display: block; line-height: 1.3; margin-top: 3px; }
.tmt--ink .tmt__who span, .tmt--red .tmt__who span { color: rgba(255,255,255,.7); }
.tmt__logo { height: 22px; width: auto; max-width: 96px; object-fit: contain; object-position: left; filter: grayscale(1) brightness(.35); opacity: .8; }
.tmt--ink .tmt__logo, .tmt--red .tmt__logo { filter: grayscale(1) brightness(0) invert(1); opacity: .85; }

.res-sec .res-inner { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: 0 var(--nc-gutter); position: relative; z-index: 1; }
.res-h2 { white-space: nowrap; max-width: none; }
.res-controls { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 32px 0 28px; }
.res-controls .rtabs { margin: 0; }
.res-track { -webkit-mask-image: none; mask-image: none; padding: 14px 0; margin: -14px 0; }
.res-panel { display: none; } .res-panel.on { display: block; animation: sxIn .4s var(--nc-ease); }
.rtabs { display: flex; flex-wrap: wrap; gap: 10px; }
.rtab { display: inline-flex; align-items: center; gap: 9px; font-family: var(--nc-sans); font-weight: 600; font-size: .95rem; color: var(--nc-fg-2); background: var(--nc-bg); border: 1px solid var(--nc-n-200); border-radius: 999px; padding: 10px 18px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.rtab .ic { width: 16px; height: 16px; }
.rtab:hover { background: var(--nc-n-100); border-color: transparent; }
.rtab.on { background: var(--nc-ink); color: #fff; border-color: var(--nc-ink); }

.rcard { display: flex; flex-direction: column; background: var(--nc-bg-alt); border: 1px solid transparent; border-radius: 24px; overflow: hidden; height: 100%; color: inherit; position: relative; z-index: 1; transition: transform .26s var(--nc-ease); }
.rcard:hover { transform: translateY(-6px); z-index: 3; }
.rcard__img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--nc-n-100); }
.rcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--nc-ease); }
.rcard:hover .rcard__img img { transform: scale(1.05); }
.rcard__tags { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; z-index: 2; }
.rcard__pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(28,20,16,.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.rcard__pill .ic { width: 13px; height: 13px; }
.rcard__label { font-size: .7rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; color: #fff; }
.rcard__label.v-ink { background: var(--nc-ink); }
.rcard__label.v-red { background: var(--nc-red); }
.rcard__label.v-light { background: rgba(255,255,255,.92); color: var(--nc-ink); }
.rcard__label.v-outline { background: rgba(28,20,16,.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.6); }
.rcard__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.rcard__meta { font-size: .78rem; color: var(--nc-fg-3); font-family: var(--nc-mono); letter-spacing: .02em; }
.rcard h3 { font-size: 1.12rem; color: var(--nc-ink); line-height: 1.25; margin: 9px 0 0; letter-spacing: -0.01em; }
.rcard__text { font-size: .92rem; color: var(--nc-fg-2); line-height: 1.5; margin-top: 9px; }
.rcard__loc { display: inline-flex; align-items: center; gap: 7px; font-size: .88rem; color: var(--nc-fg-2); margin-top: 12px; font-weight: 500; }
.rcard__loc .ic { width: 15px; height: 15px; color: var(--nc-red); }
.rcard__foot { margin-top: auto; padding-top: 18px; }
.rperson { display: flex; align-items: center; gap: 12px; }
.rperson img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex: none; }
.rperson b { display: block; font-size: .9rem; color: var(--nc-ink); line-height: 1.3; }
.rperson span { display: block; font-size: .78rem; color: var(--nc-fg-3); line-height: 1.25; margin-top: 1px; }
.res-sec { overflow: visible; }
.nc-btn .ic { transition: transform .2s var(--nc-ease); }
.nc-btn:hover .ic { transform: translateX(3px); }
@media (max-width: 700px){ .res-h2 { white-space: normal; } .res-controls { flex-wrap: wrap; } }

.mgrid { max-width: var(--nc-maxw-wide); margin: 0 auto; padding: 0 var(--nc-gutter); display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 130px; gap: 24px; position: relative; z-index: 1; }
.sx--atmo > .sx-head { position: relative; z-index: 1; }
.mcell { min-width: 0; }
.mcell > * { height: 100%; }
.mgrid .tmt { height: 100%; justify-content: center; }
.ctile { position: relative; border-radius: 30px; overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid var(--nc-n-200); transition: transform .28s var(--nc-ease); }
.ctile:hover { transform: translateY(-5px); }
.ctile img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .55s var(--nc-ease); }
.ctile:hover img.bg { transform: scale(1.05); }
.ctile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(28,20,16,.93) 0%, rgba(28,20,16,.5) 46%, rgba(28,20,16,.12) 100%); }
.ctile > * { position: relative; z-index: 2; }
.ctile__cat { position: absolute; top: 22px; left: 22px; background: rgba(28,20,16,.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; }
.ctile__logo { width: auto; max-width: 110px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 14px; }
.ctile h3 { font-size: 1.3rem; letter-spacing: -0.015em; line-height: 1.18; color: #fff; }
.ctile p { font-size: .95rem; color: rgba(255,255,255,.82); line-height: 1.55; margin-top: 10px; }
.ctile p .hl { color: inherit; font-weight: inherit; }
.ctile__link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 0.97rem; color: #fff; margin-top: 18px; }
.ctile__link .ic { transition: transform .2s; }
.ctile:hover .ctile__link .ic { transform: translateX(3px); }
@media (max-width: 1000px) { .mgrid { display: flex; flex-direction: column; } .mcell > * { height: auto; } .ctile { min-height: 320px; } }
